diff --git a/components/layout/type.ts b/components/layout/type.ts index b9b42b1..3678316 100644 --- a/components/layout/type.ts +++ b/components/layout/type.ts @@ -17,7 +17,7 @@ export const navigationItems: Navigations[] = [ { name: 'Home', href: '/home', icon: Home }, { name: 'My Portfolio', href: '/movies', icon: BookHeart }, { name: 'Share', href: '/share', icon: Gift }, - // { name: 'Create', href: '/create', icon: Plus }, + { name: 'Create', href: '/create', icon: Plus }, ], } ]; \ No newline at end of file