fix: 🐛 Improve accessibility linter warnings

This commit is contained in:
Jesse Wierzbinski 2024-12-07 18:16:58 +01:00
parent a207dea817
commit fc888aa530
No known key found for this signature in database
5 changed files with 14 additions and 13 deletions

View file

@ -3,7 +3,7 @@
<AvatarFallback v-if="name">
{{ getInitials(name) }}
</AvatarFallback>
<AvatarImage v-if="src" :src="src" />
<AvatarImage v-if="src" :src="src" :alt="`${name}'s avatar`" />
</Avatar>
</template>