We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3582127 commit 20d8b83Copy full SHA for 20d8b83
packages/main/src/Breadcrumbs.hbs
@@ -33,9 +33,8 @@
33
34
{{#if _endsWithCurrentLocationLabel}}
35
<li class="ui5-breadcrumbs-current-location" @click="{{../_onLabelPress}}">
36
- <span aria-label="{{_currentLocationAccName}}" role="link" id="{{this._id}}-labelWrapper">
37
- <ui5-label
38
- aria-current="page">
+ <span aria-current="page" aria-label="{{_currentLocationAccName}}" role="link" id="{{this._id}}-labelWrapper">
+ <ui5-label>
39
{{_currentLocationText}}
40
</ui5-label>
41
</span>
0 commit comments