Add Network link to user nav
cgen-3e988f1159a047b09f4d2b93a334375c
This commit is contained in:
parent
12f627ccf2
commit
d28c0e3937
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ export default function Layout({ children }: LayoutProps) {
|
|||
|
||||
const userNavigation = [
|
||||
{ name: "Dashboard", href: "/dashboard" },
|
||||
{ name: "Network", href: "/network" },
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "About", href: "/about" },
|
||||
{ name: "Contact", href: "/contact" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue