show storage

This commit is contained in:
hamid zarghami
2025-07-12 10:09:11 +03:30
parent 6d564e4045
commit 0cf98ee67c
15 changed files with 223 additions and 19 deletions
+2
View File
@@ -7,6 +7,7 @@ import { useSharedStore } from './store/sharedStore'
import { clx } from '../helpers/utils'
import { useTranslation } from 'react-i18next'
import { Paths } from '@/utils/Paths'
import Storage from './components/Storage'
const SideBar: FC = () => {
@@ -76,6 +77,7 @@ const SideBar: FC = () => {
</div>
<div className='flex-1 flex flex-col justify-end mt-10 md:mt-14 pb-6 md:pb-8'>
<Storage />
<div className='text-xs text-[#8C90A3]'>
<SideBarItem
icon={<Logout variant={isActive('logout') ? 'Bold' : 'Outline'} color={isActive('logout') ? 'black' : '#8C90A3'} size={iconSizeSideBar} />}