Mes évènements
+{journey.title}
{journey.description}
-{journey.description}
+{journey.steps[0].city}
diff --git a/src/components/MobileNav.tsx b/src/components/Nav.tsx similarity index 91% rename from src/components/MobileNav.tsx rename to src/components/Nav.tsx index bbc0660..4aa4c01 100644 --- a/src/components/MobileNav.tsx +++ b/src/components/Nav.tsx @@ -4,11 +4,11 @@ import React from "react"; import { Icons } from "./Icons"; import { usePathname } from "next/navigation"; -const MobileNav = () => { +const Nav = () => { const currentPath = usePathname(); const isMainPage = currentPath === "/" || currentPath === ""; return ( -