From 9702045d155c16db0837a151e6d678ee15d262f5 Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 29 Dec 2024 01:17:59 -0500 Subject: [PATCH] Update navigation --- dashboard/src/App.jsx | 2 +- dashboard/src/components/dashboard/Navigation.jsx | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/dashboard/src/App.jsx b/dashboard/src/App.jsx index 3de766f..5b6b95f 100644 --- a/dashboard/src/App.jsx +++ b/dashboard/src/App.jsx @@ -116,7 +116,7 @@ const DashboardLayout = () => {
-
+
diff --git a/dashboard/src/components/dashboard/Navigation.jsx b/dashboard/src/components/dashboard/Navigation.jsx index 011e232..e26d161 100644 --- a/dashboard/src/components/dashboard/Navigation.jsx +++ b/dashboard/src/components/dashboard/Navigation.jsx @@ -19,14 +19,10 @@ const Navigation = () => { // Define base sections that are always visible const baseSections = [ { id: "stats", label: "Statistics" }, - { - id: "feed", - label: "Event Feed", - responsiveIds: ["feed-xl", "feed-lg"], - }, { id: "realtime", label: "Realtime" }, - { id: "products", label: "Top Products" }, + { id: "feed", label: "Event Feed" }, { id: "sales", label: "Sales Chart" }, + { id: "products", label: "Top Products" }, { id: "campaigns", label: "Campaigns" }, { id: "analytics", label: "Analytics" }, { id: "user-behavior", label: "User Behavior" },