Skip to content

Commit

Permalink
enh(breadcrumbs): changed aria label for voice control on a-tag
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
  • Loading branch information
emoral435 committed Dec 19, 2023
1 parent da340d6 commit cd3e18b
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="name"
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 cd3e18b

Please sign in to comment.