Skip to content

Commit

Permalink
Added Collections links to Navigation Sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinreber committed Nov 17, 2024
1 parent 1d74aaa commit 8451e76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/components/NavigationSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ const NavigationSidebar = () => {
icon: <PenTool className="md:h-4 md:w-4" />,
href: "/create",
},
// {
// title: "Collections",
// icon: <Layers className="md:h-4 md:w-4" />,
// href: "/collections",
// },
{
title: "Collections",
icon: <Layers className="md:h-4 md:w-4" />,
href: "/collections",
},
{
title: "Profile",
icon: <User className="md:h-4 md:w-4" />,
Expand Down

0 comments on commit 8451e76

Please sign in to comment.