From 9e2ad8a92a10418099d92039af791d541564cc80 Mon Sep 17 00:00:00 2001 From: Squarecat-meow Date: Sat, 21 Dec 2024 18:32:34 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=90=9B=20=EC=95=8C=EB=A6=BC=EC=B0=BD?= =?UTF-8?q?=20=EB=AA=A8=EB=8B=AC=EC=97=90=20=EB=A7=81=ED=81=AC=20=EC=82=90?= =?UTF-8?q?=EC=A0=B8=EB=82=98=EC=98=A4=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/_components/notification.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/_components/notification.tsx b/src/app/_components/notification.tsx index 2186604..8ab655d 100644 --- a/src/app/_components/notification.tsx +++ b/src/app/_components/notification.tsx @@ -38,8 +38,8 @@ export default function Notification() { replace >
- "{noti.data?.question}" -

{noti.data?.answer}

+ "{noti.data?.question}" +

{noti.data?.answer}

From 23bc9bcc2fbfd6954802322f6939e6e73d8057b8 Mon Sep 17 00:00:00 2001 From: Squarecat-meow Date: Sat, 21 Dec 2024 18:51:36 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=92=84=20Question=20=EC=BB=B4?= =?UTF-8?q?=ED=8F=AC=EB=84=8C=ED=8A=B8=20=EB=A0=88=EC=9D=B4=EC=95=84?= =?UTF-8?q?=EC=9B=83=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/_components/question.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/_components/question.tsx b/src/app/_components/question.tsx index bf29443..ae6d7eb 100644 --- a/src/app/_components/question.tsx +++ b/src/app/_components/question.tsx @@ -170,8 +170,8 @@ export default function Question({ -
-
+
+
{errors.answer && errors.answer.type === 'answerOnlyWhiteSpace' && (
@@ -187,7 +187,7 @@ export default function Question({ />
-
+
setValue('nsfw', !nsfwedAnswer)} /> - NSFW로 체크 + NSFW로 체크
-