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