diff --git a/src/app/layout.js b/src/app/layout.js index c68f8127..8c78f6c7 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -58,28 +58,26 @@ export default async function RootLayout({ children }) { return ( - - - - {headerPathname === '/login' || headerPathname === '/join' ? ( - { children } - ) : ( - <> - -
-
-
- {children} -
-