diff --git a/client/src/components/layout/Sidebar.tsx b/client/src/components/layout/Sidebar.tsx index 2759452..eb3a3c3 100644 --- a/client/src/components/layout/Sidebar.tsx +++ b/client/src/components/layout/Sidebar.tsx @@ -40,9 +40,9 @@ export function Sidebar() { {djNavItems.map((item) => (
  • - {item.label} - +
  • ))} @@ -66,9 +66,9 @@ export function Sidebar() { {adminNavItems.map((item) => (
  • - )} - +
  • ))}