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"