new items
This commit is contained in:
@@ -68,7 +68,7 @@ const Support: FC = () => {
|
||||
{item.name}
|
||||
</div>
|
||||
<div className='text-sm text-[#595C67] mt-4'>
|
||||
ماهیانه
|
||||
سالیانه
|
||||
</div>
|
||||
<div className='font-bold text-sm mt-1'>
|
||||
{item.price === 0 ? 'رایگان' : NumberFormat(item.price)}
|
||||
@@ -141,7 +141,7 @@ const Support: FC = () => {
|
||||
</div>
|
||||
<div className='text-center mb-6'>
|
||||
<div className='font-bold text-lg'>{plan.name}</div>
|
||||
<div className='text-sm text-[#595C67] mt-2'>ماهیانه</div>
|
||||
<div className='text-sm text-[#595C67] mt-2'>سالیانه</div>
|
||||
<div className='font-bold text-sm mt-1'>{NumberFormat(plan.price)}</div>
|
||||
<div className='mt-1 text-sm'>تومان</div>
|
||||
<BuyPlan
|
||||
|
||||
Reference in New Issue
Block a user