diff --git a/index.html b/index.html index 10f0d74..78d1baf 100644 --- a/index.html +++ b/index.html @@ -6,16 +6,16 @@ Loading... - + - + - + - - + + diff --git a/src/components/AppLayout.tsx b/src/components/AppLayout.tsx index 1e5f4bc..b4daf39 100644 --- a/src/components/AppLayout.tsx +++ b/src/components/AppLayout.tsx @@ -108,11 +108,10 @@ export function AppLayout({ children }: AppLayoutProps) {
- {logoUrl ? ( + {logoUrl && ( {brandName} - ) : ( - brandName )} + {brandName}