diff --git a/src/components/MyWallet/Popup/ConfirmAddFund.jsx b/src/components/MyWallet/Popup/ConfirmAddFund.jsx index 031fcd0..28d4728 100644 --- a/src/components/MyWallet/Popup/ConfirmAddFund.jsx +++ b/src/components/MyWallet/Popup/ConfirmAddFund.jsx @@ -51,7 +51,7 @@ function AmountSection({ currency, amount, country }) {
{/* text-xl font-bold text-dark-gray dark:text-white tracking-tighter my-1 */}

- Amount({currency}) + Amount ({currency})

{formattedAmount} @@ -91,7 +91,7 @@ function TotalSection({ currency, amount, fee, country }) { return (

- Total + Total ({currency})

{formattedTotal}