From 797fff8b1741fab38bb8b1d7244c5a686a25e8c7 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 21:48:13 +0000 Subject: [PATCH] Remove Investors from main nav and add to footer Company links cgen-96d07e07c32d4482943b84699abcc6d0 --- client/components/Layout.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index bf5ba8ca..a74e2240 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -43,7 +43,6 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { const navigation = [ { name: "Home", href: "/" }, { name: "Realms", href: "/realms" }, - { name: "Investors", href: "/investors" }, { name: "Get Started", href: "/onboarding" }, { name: "Engage", href: "/engage" }, { name: "Developers", href: "/developers" }, @@ -55,7 +54,6 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { const userNavigation = [ { name: "Dashboard", href: "/dashboard" }, { name: "Realms", href: "/realms" }, - { name: "Investors", href: "/investors" }, { name: "Feed", href: "/feed" }, { name: "Engage", href: "/engage" }, { name: "Developers", href: "/developers" }, @@ -524,6 +522,15 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { System Status +
  • + + Investors + +