remove button old version

This commit is contained in:
hamid zarghami
2026-01-01 11:53:57 +03:30
parent e801429cc8
commit 48e91a508b
+2 -3
View File
@@ -10,7 +10,6 @@ import Button from '../../../components/Button'
import { isEmail } from '../../../config/func'
import { useCheckHasAccount, useLoginWithOtp } from '../hooks/useAuthData'
import { ErrorType } from '../../../helpers/types'
import { ArrowLeft } from 'iconsax-react'
import { toast } from '../../../components/Toast'
const LoginStep1: FC = () => {
@@ -101,12 +100,12 @@ const LoginStep1: FC = () => {
</Link>
</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>
{t('auth.old_version')}
</div>
<ArrowLeft size={20} color='black' />
</a>
</a> */}
</div>
)
}