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:
@@ -60,10 +60,9 @@ const FarmDashboardSettingsDropdown = (props: FarmDashboardSettingsDropdownProps
|
||||
ref={anchorRef}
|
||||
onClick={handleToggle}
|
||||
aria-label='Dashboard settings'
|
||||
size='small'
|
||||
color='default'
|
||||
className='text-textPrimary'
|
||||
>
|
||||
<i className='tabler-settings text-xl' />
|
||||
<i className='tabler-settings' />
|
||||
</IconButton>
|
||||
</Box>
|
||||
<Popper
|
||||
|
||||
Reference in New Issue
Block a user