From 550740c7a8ddd8bcea70fd1cb447e25c392d1f39 Mon Sep 17 00:00:00 2001 From: jtw Date: Thu, 12 Feb 2026 23:35:22 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/NoticeModal.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/components/NoticeModal.tsx b/app/components/NoticeModal.tsx index 122b165..1abeb09 100644 --- a/app/components/NoticeModal.tsx +++ b/app/components/NoticeModal.tsx @@ -51,7 +51,7 @@ export default function NoticeModal({ open, onClose, notice }: NoticeModalProps) return ( - +
@@ -87,8 +87,10 @@ export default function NoticeModal({ open, onClose, notice }: NoticeModalProps) )} {/* 공지 내용 */} -
- +
+
+ +
{/* 다음에 미표시 체크박스 */}