diff --git a/packages/web/src/app/(auth)/layout.tsx b/packages/web/src/app/(auth)/layout.tsx index 284ef69..11d524d 100644 --- a/packages/web/src/app/(auth)/layout.tsx +++ b/packages/web/src/app/(auth)/layout.tsx @@ -14,14 +14,16 @@ const AuthLayout = ({ children }: PropsWithChildren) => { }, [connect, isConnected]) const Shell = ({ children: inner }: PropsWithChildren) => ( -
+
- - {inner} +
+ + {inner} +
)