Skip to content

Commit ded091f

Browse files
committed
fix(ui): add aria-label to footer social links
1 parent c01e64c commit ded091f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/AppFooter.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ const footerSections: Array<{ label: string; links: FooterLink[] }> = [
105105
v-for="link in socialLinks"
106106
:key="link.id"
107107
:to="link.href"
108+
:aria-label="link.id"
108109
target="_blank"
109110
class="text-fg-muted hover:text-accent transition-all duration-200"
110111
>

0 commit comments

Comments
 (0)