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:
Tola Leng
2025-06-26 14:34:54 +07:00
parent 7b18a224c1
commit c30bcf9e73
@@ -41,14 +41,6 @@ export const mainMenuItems = [
color: 'text-amber-400',
hasNavigation: true
},
{
id: 'reports',
path: null,
icon: LineChart,
translationKey: 'reports',
color: 'text-rose-400',
hasNavigation: false
},
{
id: 'regional-monitoring',
path: '/regional-monitoring',
@@ -56,6 +48,14 @@ export const mainMenuItems = [
translationKey: 'regionalMonitoring',
color: 'text-indigo-400',
hasNavigation: true
},
{
id: 'reports',
path: null,
icon: LineChart,
translationKey: 'reports',
color: 'text-rose-400',
hasNavigation: false
}
];