renew navbar, edit resources page
This commit is contained in:
@ -1,35 +0,0 @@
|
||||
type TNavItem = {
|
||||
label: string;
|
||||
to: string;
|
||||
};
|
||||
|
||||
export const navItems: TNavItem[] = [
|
||||
{
|
||||
label: "Blog",
|
||||
to: "/blog",
|
||||
},
|
||||
{
|
||||
label: "Portfolio",
|
||||
to: "/portfolio",
|
||||
},
|
||||
{
|
||||
label: "Videos",
|
||||
to: "/videos",
|
||||
},
|
||||
{
|
||||
label: "Microblog",
|
||||
to: "/microblog",
|
||||
},
|
||||
{
|
||||
label: "Resources",
|
||||
to: "/resources",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
to: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
to: "/contact",
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user