wallet icon added and wallet layout changed

This commit was merged in pull request #298.
This commit is contained in:
victorAnumudu
2023-07-12 20:00:17 +01:00
parent f804e13b56
commit 017ba7bd2f
2 changed files with 38 additions and 40 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default function WalletBox({ wallet, coupon, payment }) {
<>
<div className="my-wallet-wrapper w-full mb-10">
<div className="main-wrapper w-full">
<div className="balance-inquery w-full lg:h-[436px] lg:flex lg:space-x-11 mb-11">
<div className="balance-inquery w-full lg:flex lg:space-x-11 mb-11">
{wallet.loading ? (
<div className="w-full h-full flex items-center justify-center">
<LoadingSpinner size="16" color="sky-blue" />