feat: add Investments link to investor sidebar and fix indentation and alignment

This commit is contained in:
sazzadulalambd
2026-05-15 02:39:13 +06:00
parent dfc69faf48
commit 0c1a6e3a18

View File

@@ -106,6 +106,7 @@ const bottomNavItems = isAdmin ? [
{ label: 'Users', href: '/admin/users', icon: Users },
] : isInvestor ? [
{ label: 'Home', href: '/investor', icon: Bike },
{ label: 'Investments', href: '/investor/plans', icon: Target },
{ label: 'History', href: '/investor/rental-history', icon: History },
{ label: 'Withdraw', href: '/investor/withdraw', icon: CreditCard },
{ label: 'Profile', href: '/investor/profile', icon: User },