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