Update navigation to Feed
cgen-a22fd3445fb245bd8ca1d01354fec2fd
This commit is contained in:
parent
cbe68b0c9e
commit
870d7f7804
1 changed files with 1 additions and 1 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue