From dfc69faf48aa4bf8210f2fb8a9277bbdd42e7be4 Mon Sep 17 00:00:00 2001 From: sazzadulalambd Date: Fri, 15 May 2026 02:37:31 +0600 Subject: [PATCH] style: standardize header icons and update sidebar navigation labels and icons --- src/app/investor/investments/[id]/page.tsx | 5 +++-- src/app/investor/plans/new/page.tsx | 3 ++- src/app/investor/plans/page.tsx | 20 +++++++++++--------- src/app/investor/withdraw/page.tsx | 4 +++- src/components/Sidebar.tsx | 13 ++++++------- 5 files changed, 25 insertions(+), 20 deletions(-) diff --git a/src/app/investor/investments/[id]/page.tsx b/src/app/investor/investments/[id]/page.tsx index a6a49bc..ddd30e4 100644 --- a/src/app/investor/investments/[id]/page.tsx +++ b/src/app/investor/investments/[id]/page.tsx @@ -7,7 +7,7 @@ import { ArrowLeft, TrendingUp, Bike, DollarSign, Calendar, CreditCard, FileText, Download, Check, Printer, BarChart3, Wallet, Clock, Shield, Percent, Activity, AlertTriangle, - Receipt, CreditCardIcon, Zap, Smartphone, ChevronRight + Receipt, CreditCardIcon, Zap, Smartphone, ChevronRight, Target } from 'lucide-react'; import { investors, bikes, transactions } from '@/data/mockData'; import toast from 'react-hot-toast'; @@ -57,7 +57,8 @@ export default function InvestorInvestmentDetailPage({ params }: { params: Promi
-

{investment.planName}

+

+ {investment.planName}

{investment.planType} Plan diff --git a/src/app/investor/plans/new/page.tsx b/src/app/investor/plans/new/page.tsx index 8b5c264..533dc58 100644 --- a/src/app/investor/plans/new/page.tsx +++ b/src/app/investor/plans/new/page.tsx @@ -93,7 +93,8 @@ export default function NewInvestmentPage() {
-

+

+ {step === 'select' ? 'Select Investment Plan' : 'Configure New Investment'}

diff --git a/src/app/investor/plans/page.tsx b/src/app/investor/plans/page.tsx index e25329b..2244493 100644 --- a/src/app/investor/plans/page.tsx +++ b/src/app/investor/plans/page.tsx @@ -10,14 +10,17 @@ export default function MyInvestmentsPage() { const investor = investors[0]; // mock logged-in investor return ( -

+
-

My Investments

-

Manage your active portfolios and track your earnings.

+

+ My Investments +

+

Manage your active portfolios and track your earnings.

- New Investment @@ -101,15 +104,14 @@ export default function MyInvestmentsPage() {

+{inv.expectedRoi}% ROI

- +
{inv.status} - diff --git a/src/app/investor/withdraw/page.tsx b/src/app/investor/withdraw/page.tsx index c76c97c..8d40564 100644 --- a/src/app/investor/withdraw/page.tsx +++ b/src/app/investor/withdraw/page.tsx @@ -111,7 +111,9 @@ export default function InvestorWithdrawPage() { {/* Header */}
-

Withdraw Funds

+

+ Withdraw Funds +

Request withdrawals to your bank or mobile banking accounts