From f3e67f481c7deadd97339a13db8e0285fc8c2df3 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sat, 1 Apr 2023 20:48:41 +0100 Subject: [PATCH] feat: increase the maximum length of comments --- src/components/common/CommentInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/CommentInput.tsx b/src/components/common/CommentInput.tsx index c4d5c14c..f3c32273 100644 --- a/src/components/common/CommentInput.tsx +++ b/src/components/common/CommentInput.tsx @@ -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" }) || ""