fix build

This commit is contained in:
hamid zarghami
2025-11-17 09:16:08 +03:30
parent 6a7eac4d0c
commit 683c9ff8ad
16 changed files with 28 additions and 572 deletions
+3 -5
View File
@@ -3,10 +3,8 @@ import Input from '../components/Input'
// import { ArrowDown2, CloseCircle, HambergerMenu, Logout, Wallet } from 'iconsax-react'
// import AvatarImage from '../assets/images/avatar_image.png'
import { useTranslation } from 'react-i18next'
import { Link } from 'react-router-dom'
import { Pages } from '../config/Pages'
import { useSharedStore } from './store/sharedStore'
import { HambergerMenu, Wallet } from 'iconsax-react'
import { HambergerMenu } from 'iconsax-react'
import { clx } from '@/helpers/utils'
const Header: FC = () => {
@@ -44,9 +42,9 @@ const Header: FC = () => {
</div>
{/* <img src={LogoImage} className='h-6 xl:hidden block absolute right-0 left-0 mx-auto' /> */}
<div className='flex xl:gap-6 gap-4 items-center'>
<Link className='xl:hidden' to={Pages.wallet}>
{/* <Link className='xl:hidden' to={Pages.wallet}>
<Wallet className='xl:size-[18px] size-[17px]' color='black' />
</Link>
</Link> */}
{/* <Notifications /> */}
{/* {
data && (