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:
Rishu ray 2026-04-20 18:30:54 +05:30 committed by GitHub
parent 3a4b6d8157
commit a0740399b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"