diff --git a/src/components/layout/Sidebar.tsx b/src/components/layout/Sidebar.tsx index 45e6b78..653a2ec 100644 --- a/src/components/layout/Sidebar.tsx +++ b/src/components/layout/Sidebar.tsx @@ -122,60 +122,58 @@ export function Sidebar({ isOpen }: SidebarProps) { - {isAuthenticated && ( - <> -
-
-
-

Bibliothèques

- -
- {isLoading ? ( -
Chargement...
- ) : libraries.length === 0 ? ( -
Aucune bibliothèque
- ) : ( - libraries.map((library) => ( - - - {library.name} - - )) - )} -
-
- -
-
-

Configuration

- +
+
+
+

Bibliothèques

+
+ {isLoading ? ( +
Chargement...
+ ) : libraries.length === 0 ? ( +
Aucune bibliothèque
+ ) : ( + libraries.map((library) => ( + + + {library.name} + + )) + )}
- - )} +
+ +
+
+

Configuration

+ + + Préférences + +
+
+
{isAuthenticated && (