Update navigation labels to Developers
cgen-3a332fcbb0d443988c6f0a6a71fd5523
This commit is contained in:
parent
ba244c8013
commit
e029d27706
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ export default function CodeLayout({ children }: LayoutProps) {
|
|||
{ name: "Home", href: "/" },
|
||||
{ name: "Get Started", href: "/onboarding" },
|
||||
{ name: "Engage", href: "/engage" },
|
||||
{ name: "Profiles", href: "/profiles" },
|
||||
{ name: "Developers", href: "/developers" },
|
||||
{ name: "About", href: "/about" },
|
||||
{ name: "Contact", href: "/contact" },
|
||||
];
|
||||
|
|
@ -52,7 +52,7 @@ export default function CodeLayout({ children }: LayoutProps) {
|
|||
{ name: "Dashboard", href: "/dashboard" },
|
||||
{ name: "Feed", href: "/feed" },
|
||||
{ name: "Engage", href: "/engage" },
|
||||
{ name: "Profiles", href: "/profiles" },
|
||||
{ name: "Developers", href: "/developers" },
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "About", href: "/about" },
|
||||
{ name: "Contact", href: "/contact" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue