-
diff --git a/dashboard/src/components/dashboard/Navigation.jsx b/dashboard/src/components/dashboard/Navigation.jsx
index 2e3015f..e5820f8 100644
--- a/dashboard/src/components/dashboard/Navigation.jsx
+++ b/dashboard/src/components/dashboard/Navigation.jsx
@@ -20,25 +20,13 @@ const Navigation = () => {
const baseSections = [
{ id: "stats", label: "Statistics" },
{
- id: "realtime",
- label: "Realtime",
- responsiveIds: ["realtime-lg", "realtime-md"],
- order: { md: 2, default: 1 },
+ id: "feed",
+ label: "Event Feed",
+ responsiveIds: ["feed-xl", "feed-lg"],
},
- {
- id: "products",
- label: "Top Products",
- responsiveIds: ["products-lg", "products-md"],
- order: { md: 1, default: 2 },
- },
- { id: "feed", label: "Activity Feed" },
- { id: "sales", label: "Sales Metrics" },
- { id: "campaigns", label: "Campaigns" },
- { id: "meta", label: "Meta Ads" },
- { id: "analytics", label: "Analytics" },
- { id: "behavior", label: "User Behavior" },
- { id: "gorgias", label: "Customer Service" },
- { id: "calls", label: "Calls" },
+ { id: "products", label: "Top Products" },
+ { id: "sales", label: "Sales Chart" },
+ { id: "calls", label: "Aircall" },
];
const sortSections = (sections) => {