diff --git a/app/components/NavigationSidebar.tsx b/app/components/NavigationSidebar.tsx index 4921107..f762287 100644 --- a/app/components/NavigationSidebar.tsx +++ b/app/components/NavigationSidebar.tsx @@ -42,11 +42,11 @@ const NavigationSidebar = () => { icon: , href: "/create", }, - // { - // title: "Collections", - // icon: , - // href: "/collections", - // }, + { + title: "Collections", + icon: , + href: "/collections", + }, { title: "Profile", icon: ,