diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 6a1f1e8..a739b6b 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -5,11 +5,11 @@ const Navbar = (): JSX.Element => { const [navbarOpen, setNavbarOpen] = useState(false) return ( <> -