remove button old version
This commit is contained in:
@@ -10,7 +10,6 @@ import Button from '../../../components/Button'
|
|||||||
import { isEmail } from '../../../config/func'
|
import { isEmail } from '../../../config/func'
|
||||||
import { useCheckHasAccount, useLoginWithOtp } from '../hooks/useAuthData'
|
import { useCheckHasAccount, useLoginWithOtp } from '../hooks/useAuthData'
|
||||||
import { ErrorType } from '../../../helpers/types'
|
import { ErrorType } from '../../../helpers/types'
|
||||||
import { ArrowLeft } from 'iconsax-react'
|
|
||||||
import { toast } from '../../../components/Toast'
|
import { toast } from '../../../components/Toast'
|
||||||
const LoginStep1: FC = () => {
|
const LoginStep1: FC = () => {
|
||||||
|
|
||||||
@@ -101,12 +100,12 @@ const LoginStep1: FC = () => {
|
|||||||
</Link>
|
</Link>
|
||||||
</div> */}
|
</div> */}
|
||||||
|
|
||||||
<a href='https://accounts.danakcorp.com' target='_blank' className='mt-6 flex gap-1 text-sm justify-center text-description'>
|
{/* <a href='https://accounts.danakcorp.com' target='_blank' className='mt-6 flex gap-1 text-sm justify-center text-description'>
|
||||||
<div>
|
<div>
|
||||||
{t('auth.old_version')}
|
{t('auth.old_version')}
|
||||||
</div>
|
</div>
|
||||||
<ArrowLeft size={20} color='black' />
|
<ArrowLeft size={20} color='black' />
|
||||||
</a>
|
</a> */}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user