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} +
+
-
-
- - )} - - - - + + )} + + + + + )