diff --git a/components/Layout.tsx b/components/Layout.tsx index ca1fed3..54f7460 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -16,6 +16,7 @@ import notificationSound from '../src/assets/audio/notification.mp3'; const SidebarItem = ({ to, icon: Icon, label, collapsed }: { to: string, icon: any, label: string, collapsed: boolean }) => ( `flex items-center gap-3 px-4 py-3 rounded-xl transition-all duration-200 group ${ isActive @@ -254,7 +255,7 @@ export const Layout: React.FC<{ children: React.ReactNode }> = ({ children }) => )} - + )}