completionId: cgen-85bfbb5cdc724f93a92554761c0680ad
cgen-85bfbb5cdc724f93a92554761c0680ad
This commit is contained in:
parent
81eedd39e9
commit
9bb2f1bf44
1 changed files with 9 additions and 0 deletions
|
|
@ -57,6 +57,15 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
{ name: "Contact", href: "/contact" },
|
||||
];
|
||||
|
||||
const publicNavigation = [
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "About", href: "/about" },
|
||||
{ name: "Blog", href: "/blog" },
|
||||
{ name: "Community", href: "/community" },
|
||||
{ name: "Contact", href: "/contact" },
|
||||
{ name: "Documentation", href: "/docs" },
|
||||
];
|
||||
|
||||
const userNavigation = [
|
||||
{ name: "Dashboard", href: "/dashboard" },
|
||||
{ name: "Realms", href: "/realms" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue