Skip to content

Commit 6c29051

Browse files
committed
fix: set aria-hidden=true
1 parent 4260601 commit 6c29051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/Maintainers.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ watch(
189189
class="link-subtle text-sm shrink-0"
190190
dir="ltr"
191191
>
192-
<UserAvatar :username="maintainer.name" size="xs" />
192+
<UserAvatar :username="maintainer.name" size="xs" aria-hidden="true" />
193193
<span>{{ maintainer.name }}</span>
194194
</LinkBase>
195195
<span v-else class="font-mono text-sm text-fg-muted" dir="ltr">{{

0 commit comments

Comments
 (0)