From 1f2bc2c4d4fd53b6e62fb2ad3420068a44df75a1 Mon Sep 17 00:00:00 2001 From: "christian.vidal" Date: Fri, 27 Mar 2026 18:18:06 +0100 Subject: [PATCH] style: integrate new logo and update theme to deep navy --- src/App.tsx | 4 ++-- src/components/TopBar.tsx | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 318ed1e..ce39602 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -204,7 +204,7 @@ export default function App() { }, [appState.data]); return ( -
+
-
+
{isLoadingDefault ? (
diff --git a/src/components/TopBar.tsx b/src/components/TopBar.tsx index dbc69c5..2aa37ae 100644 --- a/src/components/TopBar.tsx +++ b/src/components/TopBar.tsx @@ -12,10 +12,13 @@ interface TopBarProps { export function TopBar({ stats, onExport, hasData, hasUnsavedChanges, userEmail, onSignOut }: TopBarProps) { return ( -
-
- -

CRAZE Product Data Quality Manager

+
+
+ DataCraze
{stats && (