diff --git a/web/app/layout.tsx b/web/app/layout.tsx index a19d5e1e57..64f0e5ac3b 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -57,38 +57,40 @@ const LocaleLayout = async ({ - - - - - - - - - - - - {children} - - - - - - - - - - - +
+ + + + + + + + + + + + {children} + + + + + + + + + + + +
)