From a0740399b113afc3037110215434a8fd297f0a56 Mon Sep 17 00:00:00 2001 From: Rishu ray Date: Mon, 20 Apr 2026 18:30:54 +0530 Subject: [PATCH] fix(common): add missing aria-labels to icon-only sidenav links (#6160) Co-authored-by: James George <25279263+jamesgeorge007@users.noreply.github.com> --- packages/hoppscotch-common/src/components/app/Sidenav.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/hoppscotch-common/src/components/app/Sidenav.vue b/packages/hoppscotch-common/src/components/app/Sidenav.vue index 336058e3..e325ae29 100644 --- a/packages/hoppscotch-common/src/components/app/Sidenav.vue +++ b/packages/hoppscotch-common/src/components/app/Sidenav.vue @@ -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"