From e8179de89af637721ba824bf84fd1b6e72eb8d58 Mon Sep 17 00:00:00 2001 From: Avery-Powers <102402101+Swimming7birdz@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:36:32 -0700 Subject: [PATCH] merge main (#20) --- src/components/Navigation/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navigation/Navbar.tsx b/src/components/Navigation/Navbar.tsx index 03e1f4a..9c90d50 100644 --- a/src/components/Navigation/Navbar.tsx +++ b/src/components/Navigation/Navbar.tsx @@ -8,7 +8,7 @@ function Navbar() { const [isOpen, setIsOpen] = useState(false); return ( -