withdraw page added

This commit is contained in:
victorAnumudu
2023-07-17 01:15:16 +01:00
parent c2c7ad7bb4
commit 0eca0c52ce
4 changed files with 567 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ function WalletAction({walletItem, payment, openPopUp}) {
<div className="counters w-full flex justify-between gap-2">
<div className='w-1/2 flex justify-center items-center'>
<Link
to="transfer-fund"
to="withdraw-naira"
className={`${
walletItem.code != "NAIRA" && "invisible"
} px-4 h-10 flex justify-center items-center btn-gradient text-base rounded-full text-white`}