feat: add Investments link to investor sidebar and fix indentation and alignment
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user