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 +