refactor: simplify CommentComposer button layout and update placeholder text in CommentItem

This commit is contained in:
Anish Sarkar 2026-04-05 23:14:54 +05:30
parent c9e5fe9cdb
commit 7fa1810d50
3 changed files with 14 additions and 18 deletions

View file

@ -198,7 +198,7 @@ export function CommentItem({
<CommentComposer
members={members}
membersLoading={membersLoading}
placeholder="Edit your comment..."
placeholder="Edit your comment"
submitLabel="Save"
isSubmitting={isSubmitting}
onSubmit={handleEditSubmit}