We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08ae76 commit 0e3cd8bCopy full SHA for 0e3cd8b
1 file changed
app/components/SiteFooter.vue
@@ -15,7 +15,6 @@
15
<li v-for="socialLink in socialLinks" :key="socialLink.key">
16
<nuxt-link :href="socialLink.value" target="_blank" rel="noopener noreferrer" class="cooltipz--top" :aria-label="socialLink.key">
17
<Icon class="footer__social-icon" :name="`custom:${socialLink.key.toLowerCase()}`" mode="svg" />
18
- <span class="sr-only">{{ socialLink.key }}</span>
19
</nuxt-link>
20
</li>
21
</ul>
0 commit comments