Add 'Portal' to navigation menus
cgen-0bfa0d3e24944d159e39d7d0a62b09ad
This commit is contained in:
parent
ce950861c3
commit
384c7a1429
1 changed files with 2 additions and 0 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue