diff --git a/src/app/layout.js b/src/app/layout.js index 0a514711..fd9f08bd 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -66,24 +66,22 @@ export default async function RootLayout({ children }) { - }> - {headerPathname === '/login' || headerPathname === '/join' ? ( - {children} - ) : ( - -
-
-
- - {children} -
-