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