From c90ebcbe1d4b663a77a1ff63233c55cba688e92b Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Thu, 1 May 2025 11:05:24 +0330 Subject: [PATCH] home page --- src/shared/SideBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/SideBar.tsx b/src/shared/SideBar.tsx index ca2ba10..c262f5c 100644 --- a/src/shared/SideBar.tsx +++ b/src/shared/SideBar.tsx @@ -83,7 +83,7 @@ const SideBar: FC = () => { title={t('sidebar.mainpage')} isActive={isActive('dashboard')} link={Pages.dashboard} - activeName='dashboard' + activeName='' /> }