button and single learning
This commit is contained in:
@@ -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}
|
||||
>
|
||||
|
||||
@@ -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}
|
||||
>
|
||||
|
||||
@@ -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}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user