From 034c81cbe0be0d08ee7753d61c39bb177ea690f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=A0=95=EC=9A=B0?= Date: Thu, 25 Apr 2024 00:42:46 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B0=B0=EA=B2=BD=EC=83=89=20?= =?UTF-8?q?=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 4 +++- src/components/left-nav-layout.tsx | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f6caad8b..c70c6527 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,7 +17,9 @@ export default function RootLayout({ }>) { return ( - {children} + +
{children}
+ ) } diff --git a/src/components/left-nav-layout.tsx b/src/components/left-nav-layout.tsx index d5ec451c..5ed5ec94 100644 --- a/src/components/left-nav-layout.tsx +++ b/src/components/left-nav-layout.tsx @@ -47,9 +47,8 @@ export const LeftNavLayout = ({ children }: PropsWithChildren) => { return (
- {children} {activeItem && ( -
+
@@ -74,6 +73,7 @@ export const LeftNavLayout = ({ children }: PropsWithChildren) => {
)} + {children}
) }