Skip to content

Commit

Permalink
Merge pull request #4748 from nextcloud-libraries/fix/avatar--remove-alt
Browse files Browse the repository at this point in the history
fix(NcAvatar): remove alt attr from span[role=img]
  • Loading branch information
susnux committed Nov 2, 2023
2 parents 27b8c83 + 4c66885 commit f1efe9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/NcAvatar/NcAvatar.vue
Expand Up @@ -406,7 +406,6 @@ export default {
return {
role: 'img',
'aria-label': label,
alt: label,
}
},
canDisplayUserStatus() {
Expand Down

0 comments on commit f1efe9c

Please sign in to comment.