chore(comments): drop the image paste hint from the composer

This commit is contained in:
2026-08-20 15:04:17 +03:00
parent 68d23ef1e6
commit bcaf9e0c57
+1 -3
View File
@@ -395,9 +395,7 @@ export const CommentComposer = memo(function CommentComposer({
)}
</div>
</div>
<p className="text-xs text-muted-foreground mt-2">
Cmd+Enter to submit &middot; paste or drop up to {MAX_COMMENT_IMAGES} images
</p>
<p className="text-xs text-muted-foreground mt-2">Cmd+Enter to submit</p>
</>
)}
</div>