From 338b1fe75f62426fab76f6dbc0f150a66163041a Mon Sep 17 00:00:00 2001 From: Pranav Pillai Date: Sun, 26 Apr 2026 18:24:54 -0500 Subject: [PATCH] Remove export button from Executive Overview --- app/executive-overview/page.tsx | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/app/executive-overview/page.tsx b/app/executive-overview/page.tsx index 194f1f7..a97ab7e 100644 --- a/app/executive-overview/page.tsx +++ b/app/executive-overview/page.tsx @@ -53,7 +53,6 @@ function formatClaimStatus(status: string) { return status.replace(/_/g, " "); } - type MetricKey = | "total_videos_scoped" | "active_narratives" @@ -384,15 +383,7 @@ export default function ExecutiveOverviewPage() { - - - - - Export - + {/* Export button removed from here */} @@ -509,4 +500,4 @@ export default function ExecutiveOverviewPage() { ); -} +} \ No newline at end of file