personality background image and background color

This commit is contained in:
hamid zarghami
2025-07-01 08:50:22 +03:30
parent 0ce7e86120
commit 2babdb1897
13 changed files with 876 additions and 51 deletions
+3 -1
View File
@@ -1,16 +1,18 @@
import Button from '@/components/Button'
import { ArrowRight, InfoCircle, SmsNotification, Star, VolumeMute, More, DocumentDownload, ArchiveTick, Printer, Trash } from 'iconsax-react'
import { useNavigate } from 'react-router-dom'
import { FC } from 'react'
import { useTranslation } from 'react-i18next'
const Header: FC = () => {
const navigate = useNavigate()
const { t } = useTranslation()
return (
<div className='flex justify-between items-center border-b border-border pb-6'>
<div className='flex xl:gap-4 gap-2'>
<ArrowRight size={18} color='#8C90A3' />
<ArrowRight size={18} color='#8C90A3' onClick={() => navigate(-1)} />
<SmsNotification size={18} color='black' className='xl:block hidden' />
<ArchiveTick size={18} color='black' className='xl:block hidden' />
<InfoCircle size={18} color='black' className='xl:block hidden' />