initial commit

This commit is contained in:
victorAnumudu
2024-04-04 14:09:53 +01:00
parent 91a42cfe9d
commit f8e14fe6a0
6 changed files with 59 additions and 55 deletions
+2 -2
View File
@@ -23,14 +23,14 @@ function WalletAction({ walletItem, payment, openPopUp }) {
}}
className={`${
walletItem.code != "NAIRA" && "invisible"
} custom-btn btn-gradient text-white`}
} logout-btn btn-gradient text-white`}
>
Spend
</button>
</div>
<div className="w-1/2 flex justify-center items-center">
<button
className="custom-btn btn-gradient text-white"
className="logout-btn btn-gradient text-white"
onClick={() => {
openPopUp({
payment: payment,