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}

diff --git a/src/app/_components/question.tsx b/src/app/_components/question.tsx index bf29443..e75c129 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로 체크
-