From 48e91a508b840b0727e25a8e9b0ef658e55ab66f Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Thu, 1 Jan 2026 11:53:57 +0330 Subject: [PATCH] remove button old version --- src/pages/auth/components/LoginStep1.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/auth/components/LoginStep1.tsx b/src/pages/auth/components/LoginStep1.tsx index d599430..8e62495 100644 --- a/src/pages/auth/components/LoginStep1.tsx +++ b/src/pages/auth/components/LoginStep1.tsx @@ -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 = () => { */} - + {/*
{t('auth.old_version')}
-
+ */} ) }