diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index ee4d5941..22f4318c 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -42,6 +42,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { const navigation = [ { name: "Home", href: "/" }, + { name: "Portal", href: "/portal" }, { name: "Get Started", href: "/onboarding" }, { name: "Engage", href: "/engage" }, { name: "Developers", href: "/developers" }, @@ -52,6 +53,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { const userNavigation = [ { name: "Dashboard", href: "/dashboard" }, + { name: "Portal", href: "/portal" }, { name: "Feed", href: "/feed" }, { name: "Engage", href: "/engage" }, { name: "Developers", href: "/developers" },