notification base
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user