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