From c16c0fa2ea8de8d6ad8040102c5973053f943de1 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 4 Nov 2025 20:11:19 +0000 Subject: [PATCH] completionId: cgen-f2e0d9ac0cf24383b354b676dc0b55a3 cgen-f2e0d9ac0cf24383b354b676dc0b55a3 --- client/components/Layout.tsx | 6 ++++++ 1 file changed, 6 insertions(+) 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" },