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