Project tags CRUD + fix page metadata
This commit is contained in:
@@ -31,6 +31,14 @@ const NavbarLayout = ({ children }: NavbarLayoutProps) => {
|
||||
name: 'Socials',
|
||||
path: routes.socials(),
|
||||
},
|
||||
{
|
||||
name: 'Projects',
|
||||
path: routes.projects(),
|
||||
},
|
||||
{
|
||||
name: 'Tags',
|
||||
path: routes.tags(),
|
||||
},
|
||||
{
|
||||
name: 'Portrait',
|
||||
path: routes.portrait(),
|
||||
|
||||
Reference in New Issue
Block a user