- Aircall Analytics
+ Calls
{lastUpdated && (
Last updated: {new Date(lastUpdated).toLocaleString()}
diff --git a/dashboard/src/components/dashboard/Navigation.jsx b/dashboard/src/components/dashboard/Navigation.jsx
index 54ec3b8..f9cfe34 100644
--- a/dashboard/src/components/dashboard/Navigation.jsx
+++ b/dashboard/src/components/dashboard/Navigation.jsx
@@ -28,7 +28,8 @@ const Navigation = () => {
{ id: "sales", label: "Sales Chart" },
{ id: "campaigns", label: "Campaigns" },
{ id: "meta-campaigns", label: "Meta Ads" },
- { id: "calls", label: "Aircall" },
+ { id: "gorgias-overview", label: "Customer Service" },
+ { id: "calls", label: "Calls" },
];
const sortSections = (sections) => {