This commit is contained in:
hamid zarghami
2025-11-01 11:55:02 +03:30
parent edadb01702
commit 5acfad3e2e
12 changed files with 947 additions and 2 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ const SideBar: FC = () => {
icon={<Teacher size={iconSizeSideBar} color='#4F5260' />}
title={t('sidebar.learning')}
isActive={isActive('/learning')}
link={Paths.learning}
link={Paths.learning.list}
/>
</div>