diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 2314e35c..bb658543 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -47,6 +47,9 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { { name: "Engage", href: "/engage" }, { name: "Roadmap", href: "/roadmap" }, { name: "Projects", href: "/projects" }, + { name: "Teams", href: "/teams" }, + { name: "Squads", href: "/squads" }, + { name: "Mentee Hub", href: "/mentee-hub" }, { name: "Directory", href: "/directory" }, { name: "Developers", href: "/developers" }, { name: "Opportunities", href: "/opportunities" }, @@ -57,6 +60,9 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { const userNavigation = [ { name: "Dashboard", href: "/dashboard" }, { name: "Realms", href: "/realms" }, + { name: "Teams", href: "/teams" }, + { name: "Squads", href: "/squads" }, + { name: "Mentee Hub", href: "/mentee-hub" }, { name: "Feed", href: "/feed" }, { name: "Engage", href: "/engage" }, { name: "Roadmap", href: "/roadmap" },