diff --git a/components/Nav.jsx b/components/Nav.jsx index 95ffbf6..a3daa60 100644 --- a/components/Nav.jsx +++ b/components/Nav.jsx @@ -6,7 +6,6 @@ import { useRouter } from "next/router"; export default function Nav({ localeTexts }) { const router = useRouter(); const currentRoute = router.pathname; - return (