diff --git a/src/app/investor/withdraw/page.tsx b/src/app/investor/withdraw/page.tsx index 2433d54..9995529 100644 --- a/src/app/investor/withdraw/page.tsx +++ b/src/app/investor/withdraw/page.tsx @@ -96,7 +96,7 @@ export default function InvestorWithdrawPage() { }; return ( -
Ready to withdraw
Pending Request
-৳{investor.pendingEarnings.toLocaleString()}
+You currently have ৳{investor.pendingEarnings.toLocaleString()} in pending withdrawals. Processing takes 1-3 business days.
+Total Withdrawn
@@ -136,19 +146,7 @@ export default function InvestorWithdrawPage() { {/* Alert + Action Button */}You currently have ৳{investor.pendingEarnings.toLocaleString()} in pending withdrawals. Processing takes 1-3 business days.
-