From 7470d44c44d3fd50334d768973425a102983787e Mon Sep 17 00:00:00 2001 From: sujucu70 Date: Wed, 4 Feb 2026 12:50:51 +0100 Subject: [PATCH] Change default title in DashboardTabs component --- frontend/components/DashboardTabs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/DashboardTabs.tsx b/frontend/components/DashboardTabs.tsx index b585591..941726e 100644 --- a/frontend/components/DashboardTabs.tsx +++ b/frontend/components/DashboardTabs.tsx @@ -19,7 +19,7 @@ interface DashboardTabsProps { export function DashboardTabs({ data, - title = 'AIR EUROPA - Beyond CX Analytics', + title = 'CLIENTE DEMO - Beyond CX Analytics', onBack }: DashboardTabsProps) { const [activeTab, setActiveTab] = useState('executive');