Move Report Menu
Move the Reports menu item to the bottom of the Regional Monitoring section in the main menu.
This commit is contained in:
@@ -41,14 +41,6 @@ export const mainMenuItems = [
|
|||||||
color: 'text-amber-400',
|
color: 'text-amber-400',
|
||||||
hasNavigation: true
|
hasNavigation: true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'reports',
|
|
||||||
path: null,
|
|
||||||
icon: LineChart,
|
|
||||||
translationKey: 'reports',
|
|
||||||
color: 'text-rose-400',
|
|
||||||
hasNavigation: false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'regional-monitoring',
|
id: 'regional-monitoring',
|
||||||
path: '/regional-monitoring',
|
path: '/regional-monitoring',
|
||||||
@@ -56,6 +48,14 @@ export const mainMenuItems = [
|
|||||||
translationKey: 'regionalMonitoring',
|
translationKey: 'regionalMonitoring',
|
||||||
color: 'text-indigo-400',
|
color: 'text-indigo-400',
|
||||||
hasNavigation: true
|
hasNavigation: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'reports',
|
||||||
|
path: null,
|
||||||
|
icon: LineChart,
|
||||||
|
translationKey: 'reports',
|
||||||
|
color: 'text-rose-400',
|
||||||
|
hasNavigation: false
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user