Skip to content

Commit

Permalink
Merge pull request #4973 from nextcloud-libraries/fix/aria-breadcrumb…
Browse files Browse the repository at this point in the history
…s-voice-control

enh(breadcrumbs): changed aria label for voice control on a-tag
  • Loading branch information
emoral435 committed Dec 19, 2023
2 parents ae8fd2e + 48bc60f commit c8da0f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcBreadcrumb/NcBreadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ This component is meant to be used inside a Breadcrumbs component.
<component :is="tag"
v-if="(name || icon) && !$slots.default"
:title="title"
:aria-label="icon ? name : undefined"
v-bind="linkAttributes"
v-on="$listeners">
<!-- @slot Slot for passing a material design icon. Precedes the icon and name prop. -->
Expand Down

0 comments on commit c8da0f4

Please sign in to comment.