From 4acfc53881f70994b1e31e78d750790849789702 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 27 Dec 2024 13:00:01 -0500 Subject: [PATCH] Integrate campaigns into app --- dashboard/src/App.jsx | 5 ++++- dashboard/src/components/dashboard/Navigation.jsx | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dashboard/src/App.jsx b/dashboard/src/App.jsx index 58a91b8..6a54440 100644 --- a/dashboard/src/App.jsx +++ b/dashboard/src/App.jsx @@ -89,7 +89,7 @@ const DashboardLayout = () => {
- +
@@ -115,6 +115,9 @@ const DashboardLayout = () => {
+
+ +
diff --git a/dashboard/src/components/dashboard/Navigation.jsx b/dashboard/src/components/dashboard/Navigation.jsx index e5820f8..545e483 100644 --- a/dashboard/src/components/dashboard/Navigation.jsx +++ b/dashboard/src/components/dashboard/Navigation.jsx @@ -26,6 +26,7 @@ const Navigation = () => { }, { id: "products", label: "Top Products" }, { id: "sales", label: "Sales Chart" }, + { id: "campaigns", label: "Campaigns" }, { id: "calls", label: "Aircall" }, ];