From ebea65c5eceb94da0c3330ffcdd5c6af821c7d1d Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Wed, 12 Feb 2025 08:14:37 +0100 Subject: [PATCH] =?UTF-8?q?refactor:=20suppression=20de=20l'entr=C3=A9e=20?= =?UTF-8?q?Collections=20du=20menu=20de=20navigation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/Sidebar.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/layout/Sidebar.tsx b/src/components/layout/Sidebar.tsx index c4a06e5..0e8addf 100644 --- a/src/components/layout/Sidebar.tsx +++ b/src/components/layout/Sidebar.tsx @@ -21,11 +21,6 @@ export function Sidebar({ isOpen }: SidebarProps) { href: "/libraries", icon: Library, }, - { - name: "Collections", - href: "/collections", - icon: BookOpen, - }, ]; return (