Rename Portal nav items to Realms
cgen-07ea3727d5f843e79cbcee97c2c4d2b5
This commit is contained in:
parent
44cfb298f7
commit
e821ad1513
1 changed files with 2 additions and 2 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue