button and single learning

This commit is contained in:
hamid zarghami
2025-02-25 15:13:27 +03:30
parent 221bcc052c
commit 01f233248b
17 changed files with 156 additions and 21 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ const CardtoCard: FC = () => {
<div className='mt-10 flex justify-end'>
<Button
className='w-[180px]'
className='xl:w-[180px]'
onClick={() => formik.handleSubmit()}
isLoading={depositTransfer.isPending || upload.isPending}
>
+1 -1
View File
@@ -104,7 +104,7 @@ const Online: FC = () => {
<div className='mt-10 flex justify-end'>
<Button
className='w-[180px]'
className='xl:w-[180px]'
onClick={handlePay}
isLoading={payment.isPending}
>
+1 -1
View File
@@ -100,7 +100,7 @@ const CardtoCard: FC = () => {
<div className='mt-10 flex justify-end'>
<Button
className='w-[180px]'
className='xl:w-[180px]'
onClick={() => formik.handleSubmit()}
isLoading={depositTransfer.isPending || upload.isPending}
>