From a30bd2d72cccf672f371a7e9bbd2dbdb7b3a6a30 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Sat, 17 Jun 2023 22:56:24 +0100 Subject: [PATCH] return to wallet added and add fund style fixed --- src/components/MyWallet/AddFund.jsx | 51 ++++++++++++++++------ src/components/MyWallet/ConfirmAddFund.jsx | 4 +- 2 files changed, 40 insertions(+), 15 deletions(-) diff --git a/src/components/MyWallet/AddFund.jsx b/src/components/MyWallet/AddFund.jsx index f92eaa2..faf4003 100644 --- a/src/components/MyWallet/AddFund.jsx +++ b/src/components/MyWallet/AddFund.jsx @@ -2,6 +2,7 @@ import React, {useState} from 'react' import RecentActivityTable from './WalletComponent/RecentActivityTable' import LoadingSpinner from '../Spinners/LoadingSpinner' import { useNavigate } from 'react-router-dom' +import InputCom from '../Helpers/Inputs/InputCom' function AddFund({payment}) { @@ -39,7 +40,24 @@ function AddFund({payment}) {
{/* heading */}
-
+
+

Add Credit

@@ -58,22 +76,29 @@ function AddFund({payment}) { {/*

Add Credit with Account Deposit

*/} {/*
*/}
-
- - + + {inputError &&

{inputError}

}
- {inputError &&

{inputError}

}

- +
@@ -81,7 +106,7 @@ function AddFund({payment}) {
-
+

Recent Activity

{/*

Activity Report

*/} {payment.loading ? diff --git a/src/components/MyWallet/ConfirmAddFund.jsx b/src/components/MyWallet/ConfirmAddFund.jsx index 00b0eee..333ee62 100644 --- a/src/components/MyWallet/ConfirmAddFund.jsx +++ b/src/components/MyWallet/ConfirmAddFund.jsx @@ -129,7 +129,7 @@ function ConfirmAddFund({ payment }) {
@@ -137,7 +137,7 @@ function ConfirmAddFund({ payment }) { )}
-
+

Recent Activity