Skip to content

Commit

Permalink
fixup! feat(breadcrumbs): add new component
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiarokh committed Sep 19, 2023
1 parent 62561be commit 2607213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/breadcrumbs/breadcrumbs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export class Breadcrumbs {
return (
<li
class="last step"
tabindex="-1"
aria-current={this.areItemsLinks(items) ? 'page' : 'step'}
>
{this.renderIcon(lastItem[0])}
Expand Down

0 comments on commit 2607213

Please sign in to comment.