diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index a74e2240..4b634e34 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -45,6 +45,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { { name: "Realms", href: "/realms" }, { name: "Get Started", href: "/onboarding" }, { name: "Engage", href: "/engage" }, + { name: "Roadmap", href: "/roadmap" }, { name: "Developers", href: "/developers" }, { name: "Opportunities", href: "/opportunities" }, { name: "About", href: "/about" }, @@ -56,6 +57,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { { name: "Realms", href: "/realms" }, { name: "Feed", href: "/feed" }, { name: "Engage", href: "/engage" }, + { name: "Roadmap", href: "/roadmap" }, { name: "Developers", href: "/developers" }, { name: "Opportunities", href: "/opportunities" }, { name: "Home", href: "/" },