From 8451e76e9733b172cd9e0423f92d06866579f4e9 Mon Sep 17 00:00:00 2001 From: Kevin Reber Date: Sat, 16 Nov 2024 18:16:09 -0800 Subject: [PATCH] Added Collections links to Navigation Sidebar --- 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 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: ,