Refactor dashboard structure by removing unused dashboard components (Academy, Analytics, CRM, ECommerce, Farm, Logistics) and updating the main dashboard to use FarmDashboardWrapper. Adjusted navigation links to point to the main dashboard.
This commit is contained in:
@@ -119,10 +119,12 @@ const NavbarContent = () => {
|
||||
<div className='flex items-center gap-4'>
|
||||
<NavToggle />
|
||||
<NavSearch />
|
||||
{slotContent}
|
||||
</div>
|
||||
<div className='flex items-center'>
|
||||
{slotContent}
|
||||
|
||||
<ModeDropdown/>
|
||||
|
||||
<ThemeColorDropdown />
|
||||
{/* <NotificationsDropdown notifications={notifications} /> */}
|
||||
<UserDropdown />
|
||||
|
||||
Reference in New Issue
Block a user