Skip to content

Commit

Permalink
Ensure that the role img elements have aria label
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
GretaD authored and ChristophWurst committed Jan 22, 2024
1 parent 73eb232 commit 9c0ae26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FolderTagPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="folder-name">
<span :class="[!isEmpty ? 'icon-white' : 'icon-dark', icon]"
class="folder-name__icon"
role="img" />
aria-hidden="true" />
<p :id="ariaUuid" class="folder-name__name">
{{ name }}
</p>
Expand Down

0 comments on commit 9c0ae26

Please sign in to comment.