From d28c0e3937d6afde51b09ce21b6fc70edd1e49ff Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 27 Sep 2025 21:44:38 +0000 Subject: [PATCH] Add Network link to user nav cgen-3e988f1159a047b09f4d2b93a334375c --- client/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) 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" },