Skip to content

Commit

Permalink
pkp/pkp-lib#6528 Improve accessibility to not announce the button icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Dec 10, 2024
1 parent 7574c3d commit 7bddea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@focus="emit('focus')"
@blur="emit('blur')"
>
<Icon v-if="icon" class="h-5 w-5" :icon="icon" />
<Icon v-if="icon" class="h-5 w-5" :icon="icon" aria-hidden="true" />
<slot />
</component>
</template>
Expand Down

0 comments on commit 7bddea0

Please sign in to comment.