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 && (