diff --git a/packages/web/src/app/(auth)/layout.tsx b/packages/web/src/app/(auth)/layout.tsx index 11d524d..24b2137 100644 --- a/packages/web/src/app/(auth)/layout.tsx +++ b/packages/web/src/app/(auth)/layout.tsx @@ -20,7 +20,7 @@ const AuthLayout = ({ children }: PropsWithChildren) => {
-
+
{inner}
diff --git a/packages/web/src/components/game/join/BrandShell.tsx b/packages/web/src/components/game/join/BrandShell.tsx index 581fced..8b93f7e 100644 --- a/packages/web/src/components/game/join/BrandShell.tsx +++ b/packages/web/src/components/game/join/BrandShell.tsx @@ -3,7 +3,7 @@ import { PropsWithChildren } from "react" const BrandShell = ({ children }: PropsWithChildren) => ( -
+
{children}
)