Skip to content

Commit 0e3cd8b

Browse files
committed
feat(a11y): Remove duplicated content
1 parent f08ae76 commit 0e3cd8b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/components/SiteFooter.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<li v-for="socialLink in socialLinks" :key="socialLink.key">
1616
<nuxt-link :href="socialLink.value" target="_blank" rel="noopener noreferrer" class="cooltipz--top" :aria-label="socialLink.key">
1717
<Icon class="footer__social-icon" :name="`custom:${socialLink.key.toLowerCase()}`" mode="svg" />
18-
<span class="sr-only">{{ socialLink.key }}</span>
1918
</nuxt-link>
2019
</li>
2120
</ul>

0 commit comments

Comments
 (0)