From 983deef7c8123ecfd93618ebfa9f5de0e51b14cf Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Sat, 22 Feb 2025 10:52:29 +0330 Subject: [PATCH] logout --- src/shared/SideBar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/SideBar.tsx b/src/shared/SideBar.tsx index 4f56373..72b3292 100644 --- a/src/shared/SideBar.tsx +++ b/src/shared/SideBar.tsx @@ -125,6 +125,7 @@ const SideBar: FC = () => { title={t('sidebar.logout')} isActive={isActive('logout')} link={`#`} + isLogout />