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 },
|
{ label: 'Users', href: '/admin/users', icon: Users },
|
||||||
] : isInvestor ? [
|
] : isInvestor ? [
|
||||||
{ label: 'Home', href: '/investor', icon: Bike },
|
{ label: 'Home', href: '/investor', icon: Bike },
|
||||||
|
{ label: 'Investments', href: '/investor/plans', icon: Target },
|
||||||
{ label: 'History', href: '/investor/rental-history', icon: History },
|
{ label: 'History', href: '/investor/rental-history', icon: History },
|
||||||
{ label: 'Withdraw', href: '/investor/withdraw', icon: CreditCard },
|
{ label: 'Withdraw', href: '/investor/withdraw', icon: CreditCard },
|
||||||
{ label: 'Profile', href: '/investor/profile', icon: User },
|
{ label: 'Profile', href: '/investor/profile', icon: User },
|
||||||
|
|||||||
Reference in New Issue
Block a user