From c4e73e73cbad2c665f151416ea30af31991e9176 Mon Sep 17 00:00:00 2001 From: Neshura Date: Thu, 16 Mar 2023 22:17:37 +0100 Subject: [PATCH] Added accessibility description for mobile nav indicators --- components/navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/navbar.tsx b/components/navbar.tsx index cf394ff..f956af3 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -25,7 +25,7 @@ const PageNavbar = ({ mobile }: { mobile: number }) => { {Links.links.map((item) => ( - + {item.name} ))} @@ -42,7 +42,7 @@ const PageNavbar = ({ mobile }: { mobile: number }) => { {Links.links.map((item) => ( - + ))}