From d7f4fd84474c86b42c334e0a346c61a156555c6d Mon Sep 17 00:00:00 2001 From: aabedraba Date: Tue, 3 Oct 2023 14:17:59 +0400 Subject: [PATCH] fix layout --- apps/web/src/app/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx index b20f2f5..f21a2ca 100644 --- a/apps/web/src/app/layout.tsx +++ b/apps/web/src/app/layout.tsx @@ -41,16 +41,18 @@ export const metadata: Metadata = { const RootLayout = ({ children }: { children: React.ReactNode }) => ( - +
- {children} +
+ {children} +