diff --git a/client/src/components/Auth/AuthLayout.tsx b/client/src/components/Auth/AuthLayout.tsx index 09515fd50cc..042793d7acb 100644 --- a/client/src/components/Auth/AuthLayout.tsx +++ b/client/src/components/Auth/AuthLayout.tsx @@ -55,9 +55,9 @@ function AuthLayout({ }; return ( -
+
-
+
Logo
@@ -66,14 +66,13 @@ function AuthLayout({
-
+
{!startupConfigError && !isFetching && (

- {header}

)} {children}