info circle
This commit is contained in:
@@ -3,7 +3,7 @@ import { Helmet } from 'react-helmet-async'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import SidebarHint from './components/SidebarHint'
|
||||
import SupportImage from '../../assets/images/support.png'
|
||||
import { ArrowLeft, Building, CloseCircle, Component, Crown, TickCircle } from 'iconsax-react'
|
||||
import { ArrowLeft, Building, CloseCircle, Component, Crown, InfoCircle, TickCircle } from 'iconsax-react'
|
||||
import Tabs from '../../components/Tabs'
|
||||
import { useGetSupportPlans } from './hooks/useSupportData'
|
||||
import { NumberFormat } from '../../config/func'
|
||||
@@ -42,8 +42,9 @@ const Support: FC = () => {
|
||||
{t('support.title')}
|
||||
|
||||
<Link to={Pages.support.info}>
|
||||
<div className='flex gap-2 items-center'>
|
||||
<div className='text-sm'>بیشتر بدانید</div>
|
||||
<div className='flex gap-1 items-center'>
|
||||
<InfoCircle size={18} color='#000' />
|
||||
<div className='text-xs'>بیشتر بدانید</div>
|
||||
<ArrowLeft size={18} color='#000' />
|
||||
</div>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user