diff --git a/src/components/MyWallet/Popup/ConfirmAddFund.jsx b/src/components/MyWallet/Popup/ConfirmAddFund.jsx
index 3b0defb..031fcd0 100644
--- a/src/components/MyWallet/Popup/ConfirmAddFund.jsx
+++ b/src/components/MyWallet/Popup/ConfirmAddFund.jsx
@@ -29,10 +29,10 @@ function ThePaymentText({ value, type }) {
return (
-
+
{description} Card
-
+
Bank **************{digits}
@@ -49,10 +49,11 @@ function AmountSection({ currency, amount, country }) {
return (
-
+ {/* text-xl font-bold text-dark-gray dark:text-white tracking-tighter my-1 */}
+
Amount({currency})
-
+
{formattedAmount}
@@ -68,10 +69,10 @@ function TransactionFeeSection({ currency, fee, country }) {
return (
-
+
Transaction Fee
-
+
{formattedFee}
@@ -89,10 +90,10 @@ function TotalSection({ currency, amount, fee, country }) {
return (
-
+
Total
-
+
{formattedTotal}
@@ -380,7 +381,7 @@ function ConfirmAddFund({
@@ -395,11 +396,12 @@ function ConfirmAddFund({
-
+
Reference No
-
- {__confirmData?.credit_reference}
+
+ {/* Displays only half of the string */}
+ {__confirmData?.credit_reference.slice(0, (Math.floor(__confirmData?.credit_reference.length/2)))}