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) )} {/* 공지 내용 */} -
- +
+
+ +
{/* 다음에 미표시 체크박스 */}