Update navigation to Feed

cgen-a22fd3445fb245bd8ca1d01354fec2fd
This commit is contained in:
Builder.io 2025-09-27 23:06:50 +00:00
parent cbe68b0c9e
commit 870d7f7804

View file

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