From 870d7f78047bc6da5521e359199817e73347a19b Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 27 Sep 2025 23:06:50 +0000 Subject: [PATCH] Update navigation to Feed cgen-a22fd3445fb245bd8ca1d01354fec2fd --- client/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 4263f64a..a072df8c 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -30,7 +30,7 @@ export default function Layout({ children }: LayoutProps) { const userNavigation = [ { name: "Dashboard", href: "/dashboard" }, - { name: "Network", href: "/network" }, + { name: "Feed", href: "/feed" }, { name: "Home", href: "/" }, { name: "About", href: "/about" }, { name: "Contact", href: "/contact" },