From 64282685c41096141238b9755b5164319d91cc43 Mon Sep 17 00:00:00 2001 From: Kuesung Park Date: Thu, 24 Aug 2023 19:26:14 +0900 Subject: [PATCH] =?UTF-8?q?refactor=20:=20=EC=88=98=EC=A0=95=EB=90=9C=20?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=20=EB=B0=98=EC=98=81=20(80=20>=2064?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(Main)/talk/page.tsx | 2 +- src/components/Modal/Modal.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(Main)/talk/page.tsx b/src/app/(Main)/talk/page.tsx index d4944690..e4965374 100644 --- a/src/app/(Main)/talk/page.tsx +++ b/src/app/(Main)/talk/page.tsx @@ -5,7 +5,7 @@ import { Spacing } from '@/components/Spacing'; export default function Talk() { return (
- +
diff --git a/src/components/Modal/Modal.tsx b/src/components/Modal/Modal.tsx index c66d755e..c23f0f5e 100644 --- a/src/components/Modal/Modal.tsx +++ b/src/components/Modal/Modal.tsx @@ -8,7 +8,7 @@ interface PopupProps { export default function Popup({ children }: StrictPropsWithChildren) { return ( -
+
{children}