diff --git a/base.twig b/base.twig
index 8e393782c09b2bf9b9b3a54287ee0b4b6dd53218..9f93a3ef877e3e3a53ecbbd2fcec4e5bdf329093 100644
--- a/base.twig
+++ b/base.twig
@@ -74,7 +74,7 @@
                 {% for social in pages["_meta"].meta.social %}
                     <a href="{{ social.url }}" title="{{ social.title }}" role="button">
                         <span class="icon-{{ social.icon }}" aria-hidden="true"></span>
-                        <span class="sr-only">{{ social.title }}</span>
+                        <span >{{ social.title }}</span>
                     </a>
                 {% endfor %}
             </div>