notification base

This commit is contained in:
hamid zarghami
2025-12-20 09:49:23 +03:30
parent 694eda70af
commit 24cce65444
8 changed files with 295 additions and 1 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ import { useTranslation } from 'react-i18next'
import { useSharedStore } from './store/sharedStore'
import { HambergerMenu } from 'iconsax-react'
import { clx } from '@/helpers/utils'
import Notifications from '@/pages/notification/Notification'
const Header: FC = () => {
@@ -45,7 +46,7 @@ const Header: FC = () => {
{/* <Link className='xl:hidden' to={Pages.wallet}>
<Wallet className='xl:size-[18px] size-[17px]' color='black' />
</Link> */}
{/* <Notifications /> */}
<Notifications />
{/* {
data && (
<Popover className="relative" key={popoverKey}>