From 62629b67538e66d29f7ed4a08137afae4d74f63e Mon Sep 17 00:00:00 2001 From: Kevin Reber Date: Tue, 19 Nov 2024 22:34:31 -0800 Subject: [PATCH] hiding collection from navbar --- app/components/NavigationSidebar.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/components/NavigationSidebar.tsx b/app/components/NavigationSidebar.tsx index 5330705..8f282fc 100644 --- a/app/components/NavigationSidebar.tsx +++ b/app/components/NavigationSidebar.tsx @@ -48,11 +48,11 @@ const NavigationSidebar = () => { icon: , href: "/sets", }, - { - title: "Collections", - icon: , - href: "/collections", - }, + // { + // title: "Collections", + // icon: , + // href: "/collections", + // }, { title: "Profile", icon: ,