Add Network link to user nav

cgen-3e988f1159a047b09f4d2b93a334375c
This commit is contained in:
Builder.io 2025-09-27 21:44:38 +00:00
parent 12f627ccf2
commit d28c0e3937

View file

@ -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" },