fix(common): add missing aria-labels to icon-only sidenav links (#6160)
Co-authored-by: James George <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
parent
3a4b6d8157
commit
a0740399b1
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
content: !EXPAND_NAVIGATION ? t(navigation.title) : null,
|
||||
}"
|
||||
:to="navigation.target"
|
||||
:aria-label="!EXPAND_NAVIGATION ? t(navigation.title) : null"
|
||||
class="nav-link"
|
||||
tabindex="0"
|
||||
:exact="navigation.exact"
|
||||
|
|
|
|||
Loading…
Reference in a new issue