fix bug deploy
This commit is contained in:
@@ -8,7 +8,7 @@ import { ArrowLeft } from 'iconsax-react'
|
|||||||
const ServiceHeader: FC = () => {
|
const ServiceHeader: FC = () => {
|
||||||
|
|
||||||
const { t } = useTranslation('global')
|
const { t } = useTranslation('global')
|
||||||
const [planSelected, setPlanSelected] = useState<'year' | '3month' | 'month'>('year')
|
const [planSelected, setPlanSelected] = useState('year')
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='w-full p-6 bg-white rounded-3xl flex xl:flex-row flex-col xl:justify-between'>
|
<div className='w-full p-6 bg-white rounded-3xl flex xl:flex-row flex-col xl:justify-between'>
|
||||||
|
|||||||
Reference in New Issue
Block a user