From cdf3b7bba4b8e603c25cbfc50366c22b4ea5288b Mon Sep 17 00:00:00 2001 From: sonastea Date: Mon, 6 May 2024 00:14:06 -0700 Subject: [PATCH] fix: nav bar bg transition & mobile nav close btn --- client/src/components/NavBar.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/client/src/components/NavBar.tsx b/client/src/components/NavBar.tsx index 5b860da..6c17ccf 100644 --- a/client/src/components/NavBar.tsx +++ b/client/src/components/NavBar.tsx @@ -190,16 +190,17 @@ const NavBar = () => {
setMobileNav((prev) => !prev)} + aria-label="Toggle mobile nav" />
{