feat: increase the maximum length of comments
This commit is contained in:
parent
47c92391a7
commit
f3e67f481c
|
|
@ -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" }) || ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue