Skip to content

Commit

Permalink
Merge pull request #609 from keerifox/patch-7
Browse files Browse the repository at this point in the history
Mark main navigation as such with role and aria-label tags
  • Loading branch information
jamescoxon committed Mar 17, 2024
2 parents 1629709 + d78b5e6 commit c9ed1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@

</div>

<ul class="uk-nav uk-nav-default uk-nav-parent-icon left-nav" uk-nav>
<ul role="navigation" aria-label="Main" class="uk-nav uk-nav-default uk-nav-parent-icon left-nav" uk-nav>
<li><a routerLink="/accounts" routerLinkActive="active"><div class="label">{{ 'general.accounts' | transloco }}</div></a></li>
<li><a routerLink="/send" routerLinkActive="active"><div class="label">{{ 'general.send' | transloco }}</div></a></li>
<li>
Expand Down

0 comments on commit c9ed1cc

Please sign in to comment.