Skip to content

Commit 55db682

Browse files
committed
chore: use aria-hidden with uno icons
1 parent 776c173 commit 55db682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/pages/about.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ function getAriaLabel(c: GitHubContributor): string {
455455
rel="noopener noreferrer"
456456
class="flex items-center gap-1 hover:text-accent transition-colors"
457457
>
458-
<div class="i-lucide:link size-3 shrink-0" />
458+
<div class="i-lucide:link size-3 shrink-0" aria-hidden="true" />
459459
<span class="truncate">{{
460460
activeContributor.websiteUrl.replace(/^https?:\/\//, '')
461461
}}</span>
@@ -467,7 +467,7 @@ function getAriaLabel(c: GitHubContributor): string {
467467
rel="noopener noreferrer"
468468
class="flex items-center gap-1 hover:text-accent transition-colors"
469469
>
470-
<div class="i-simple-icons:x size-2.5 shrink-0" />
470+
<div class="i-simple-icons:x size-2.5 shrink-0" aria-hidden="true" />
471471
<span>@{{ activeContributor.twitterUsername }}</span>
472472
</a>
473473
</div>

0 commit comments

Comments
 (0)