From 134be6a1f082ee61281d2aa94bce63381452d3a4 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 17 Jun 2023 08:55:12 -0400 Subject: [PATCH] Add fund page --- src/components/MyWallet/AddFund.jsx | 83 ++++++++++++++++------------- 1 file changed, 47 insertions(+), 36 deletions(-) diff --git a/src/components/MyWallet/AddFund.jsx b/src/components/MyWallet/AddFund.jsx index 3c37e51..f92eaa2 100644 --- a/src/components/MyWallet/AddFund.jsx +++ b/src/components/MyWallet/AddFund.jsx @@ -36,49 +36,60 @@ function AddFund({payment}) { setInput('') } return ( -
-
-
-

Add Credit with Account Deposit

-
-
-
- - + {/* heading */} +
+
+

+ Add Credit +

+
+
+
filterHandler("today")} + className="relative" + >
+
+
+ +
+
+
+ {/*

Add Credit with Account Deposit

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

{inputError}

} - +
+ {inputError &&

{inputError}

} +
-
-
-

Add Credit with Account Deposit

-
-

Transfer fund to WrenchBoard GTB Account 0250869867

-

- Make sure you add your account username in the notes part of the transfer for prompt processing. When the transfer is complete notify here Contact us -

+
- -
-
-

Recent Activity

- {/*

Activity Report

*/} - {payment.loading ? - - : - - } + +
+
+
+

Recent Activity

+ {/*

Activity Report

*/} + {payment.loading ? + + : + + } +