최대 50글자까지 작성할 수 있습니다.
}
@@ -62,7 +62,9 @@ export default function EditFreeboard({ topic, title, prevContent, prevTitle, on
value={articleContent}
onChange={handleInput}
>
- {articleContent.length > 999 &&
{articleContent.length} / 1000
}
+ {articleContent.length > 999 && (
+
최대 1000글자까지 작성할 수 있습니다.
+ )}