From cc89692d80be9be011852122d184e35adbc386e8 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 21 Jul 2023 19:17:32 +0900 Subject: [PATCH] fix(a11y): make the bottom menu button focusable and navigable with a11y label (#2247) --- components/nav/NavBottom.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/nav/NavBottom.vue b/components/nav/NavBottom.vue index 4b663fbd..c26cf348 100644 --- a/components/nav/NavBottom.vue +++ b/components/nav/NavBottom.vue @@ -43,14 +43,14 @@ const { notifications } = useNotifications() - + +