From ba47c1d953bf479f6ccaa84c7c2503273258d682 Mon Sep 17 00:00:00 2001 From: Tola Leng Date: Fri, 6 Jun 2025 18:43:14 +0800 Subject: [PATCH] feat: Implement Operational Page in menu --- application/src/components/dashboard/Sidebar.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/application/src/components/dashboard/Sidebar.tsx b/application/src/components/dashboard/Sidebar.tsx index 24b4c6d..f543936 100644 --- a/application/src/components/dashboard/Sidebar.tsx +++ b/application/src/components/dashboard/Sidebar.tsx @@ -1,4 +1,3 @@ - import { Globe, Boxes, Radar, Calendar, BarChart2, LineChart, FileText, Settings, User, UserCog, Bell, FileClock, Database, RefreshCw, Info, ChevronDown, BookOpen } from "lucide-react"; import { useTheme } from "@/contexts/ThemeContext"; import { Link, useLocation } from "react-router-dom"; @@ -71,10 +70,10 @@ export const Sidebar = ({ {!collapsed && {t("scheduleIncident")}} -
+ {!collapsed && {t("operationalPage")}} -
+
{!collapsed && {t("reports")}}