diff --git a/lib/screens/marine/marine_home_page.dart b/lib/screens/marine/marine_home_page.dart index 6f971d1..0391f10 100644 --- a/lib/screens/marine/marine_home_page.dart +++ b/lib/screens/marine/marine_home_page.dart @@ -30,14 +30,15 @@ class MarineHomePage extends StatelessWidget { label: "Manual", isParent: true, children: [ - SidebarItem(icon: Icons.dashboard, label: "Dashboard", route: '/marine/manual/dashboard'), + //SidebarItem(icon: Icons.dashboard, label: "Dashboard", route: '/marine/manual/dashboard'), SidebarItem(icon: Icons.description, label: "Info Centre Document", route: '/marine/manual/info'), SidebarItem(icon: Icons.assignment, label: "Pre-Sampling", route: '/marine/manual/pre-sampling'), SidebarItem(icon: Icons.pin_drop, label: "In-Situ Sampling", route: '/marine/manual/in-situ'), SidebarItem(icon: Icons.waves, label: "Tarball Sampling", route: '/marine/manual/tarball'), - SidebarItem(icon: Icons.receipt_long, label: "Report", route: '/marine/manual/report'), + SidebarItem(icon: Icons.article, label: "Data Log", route: '/marine/manual/data-log'), SidebarItem(icon: Icons.image, label: "Image Request", route: '/marine/manual/image-request'), + SidebarItem(icon: Icons.receipt_long, label: "Report", route: '/marine/manual/report'), ], ), SidebarItem( diff --git a/lib/screens/river/river_home_page.dart b/lib/screens/river/river_home_page.dart index 27e1db0..81a4636 100644 --- a/lib/screens/river/river_home_page.dart +++ b/lib/screens/river/river_home_page.dart @@ -30,10 +30,10 @@ class RiverHomePage extends StatelessWidget { label: "Manual", isParent: true, children: [ - SidebarItem(icon: Icons.dashboard, label: "Dashboard", route: '/river/manual/dashboard'), + //SidebarItem(icon: Icons.dashboard, label: "Dashboard", route: '/river/manual/dashboard'), SidebarItem(icon: Icons.pin_drop, label: "In-Situ Sampling", route: '/river/manual/in-situ'), - SidebarItem(icon: Icons.receipt_long, label: "Report", route: '/river/manual/report'), SidebarItem(icon: Icons.date_range, label: "Triennial Sampling", route: '/river/manual/triennial'), + //SidebarItem(icon: Icons.receipt_long, label: "Report", route: '/river/manual/report'), SidebarItem(icon: Icons.article, label: "Data Log", route: '/river/manual/data-log'), SidebarItem(icon: Icons.image, label: "Image Request", route: '/river/manual/image-request'), ],