We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4260601 commit 6c29051Copy full SHA for 6c29051
1 file changed
app/components/Package/Maintainers.vue
@@ -189,7 +189,7 @@ watch(
189
class="link-subtle text-sm shrink-0"
190
dir="ltr"
191
>
192
- <UserAvatar :username="maintainer.name" size="xs" />
+ <UserAvatar :username="maintainer.name" size="xs" aria-hidden="true" />
193
<span>{{ maintainer.name }}</span>
194
</LinkBase>
195
<span v-else class="font-mono text-sm text-fg-muted" dir="ltr">{{
0 commit comments