This commit is contained in:
Iliyan Angelov
2025-11-30 23:29:01 +02:00
parent 39fcfff811
commit 0fa2adeb19
1058 changed files with 4630 additions and 296 deletions

View File

@@ -41,7 +41,7 @@ const SidebarStaff: React.FC<SidebarStaffProps> = ({
const handleLogout = async () => {
try {
await logout();
navigate('/');
// Logout function will redirect to homepage
if (isMobile) {
setIsMobileOpen(false);
}