diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 33cb0f26..2a17c578 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -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" },