feat: increase the maximum length of comments

This commit is contained in:
DIYgod 2023-04-01 20:48:41 +01:00
parent 47c92391a7
commit f3e67f481c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export const CommentInput: React.FC<{
!account || !userSites.isSuccess || !userSites.data?.length
}
multiline
maxLength={300}
maxLength={600}
className="mb-2"
placeholder={
t("Write a comment on the blockchain", { ns: "site" }) || ""