From 5bf483eb8b79bccf6f5fefb1220e6edfdb814c88 Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Wed, 5 Feb 2025 15:09:02 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8Cfix:=20QcastProvider=20=EC=9C=84?= =?UTF-8?q?=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.js | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/src/app/layout.js b/src/app/layout.js index 8c78f6c7..c68f8127 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -58,26 +58,28 @@ export default async function RootLayout({ children }) { return ( - - - {headerPathname === '/login' || headerPathname === '/join' ? ( - {children} - ) : ( - - -
-
-
- {children} + + + + {headerPathname === '/login' || headerPathname === '/join' ? ( + { children } + ) : ( + <> + +
+
+
+ {children} +
+
-
-
- - )} - - - - + + )} + + + + + )