diff --git a/src/app/page.tsx b/src/app/page.tsx index aa727e8..21167fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ export default function Home() { useEffect(() => { if (isMounted) { - router.push("/Nivelamento") + router.push("/nivelamento") } }, [isMounted, router]) diff --git a/src/components/NavBar/MobileNavBar/index.tsx b/src/components/NavBar/MobileNavBar/index.tsx index f33a490..97e3193 100644 --- a/src/components/NavBar/MobileNavBar/index.tsx +++ b/src/components/NavBar/MobileNavBar/index.tsx @@ -66,7 +66,7 @@ export const MobileMenu: React.FC = ({ list }) => { > {list.map((item) => ( -