From 0f99d289ea0de74ed0f8e91694df5c0694e79617 Mon Sep 17 00:00:00 2001 From: leeemingyu Date: Thu, 26 Jun 2025 23:33:32 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Design:=20=ED=91=B8=ED=84=B0=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index cb4707e..a24b381 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -12,7 +12,6 @@ import TestPage from './pages/TestPage'; import ComparePage from './pages/ComparePage'; import TestResultPage from './pages/TestResultPage'; import MainPage from './pages/MainPage'; -import Footer from './components/common/Footer'; import ServiceGuidePage from './pages/ServiceGuidePage'; const MainLayout = () => { @@ -21,7 +20,6 @@ const MainLayout = () => {
-
From d8c9b8602576d42ef383a4f2e48be944d286908b Mon Sep 17 00:00:00 2001 From: leeemingyu Date: Thu, 26 Jun 2025 23:34:03 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Design:=20=ED=97=A4=EB=8D=94=EA=B0=80=20?= =?UTF-8?q?=EB=AA=A8=EB=8B=AC=20=EC=9C=84=EB=A1=9C=20=EC=98=AC=EB=9D=BC?= =?UTF-8?q?=EC=98=A4=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/common/Modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/common/Modal.tsx b/client/src/components/common/Modal.tsx index 8991768..83aa8f5 100644 --- a/client/src/components/common/Modal.tsx +++ b/client/src/components/common/Modal.tsx @@ -41,7 +41,7 @@ const Modal: React.FC = ({ {isOpen && (