fix bug deploy

This commit is contained in:
hamid zarghami
2025-02-18 17:20:12 +03:30
parent d0be217ea1
commit cfab845ce3
@@ -8,7 +8,7 @@ import { ArrowLeft } from 'iconsax-react'
const ServiceHeader: FC = () => {
const { t } = useTranslation('global')
const [planSelected, setPlanSelected] = useState<'year' | '3month' | 'month'>('year')
const [planSelected, setPlanSelected] = useState('year')
return (
<div className='w-full p-6 bg-white rounded-3xl flex xl:flex-row flex-col xl:justify-between'>