add videos page, new video
This commit is contained in:
@ -12,6 +12,10 @@ export const navItems: TNavItem[] = [
|
||||
label: "Portfolio",
|
||||
to: "/portfolio",
|
||||
},
|
||||
{
|
||||
label: "Videos",
|
||||
to: "/videos",
|
||||
},
|
||||
{
|
||||
label: "Microblog",
|
||||
to: "/microblog",
|
||||
@ -20,10 +24,6 @@ export const navItems: TNavItem[] = [
|
||||
label: "Resources",
|
||||
to: "/resources",
|
||||
},
|
||||
// {
|
||||
// label: "Videos",
|
||||
// to: "/videos",
|
||||
// },
|
||||
{
|
||||
label: "About",
|
||||
to: "/about",
|
||||
|
Reference in New Issue
Block a user