Merge pull request #65 from yusufipk/chore/trim-comment-composer-hint

chore(comments): drop the image paste hint from the composer
This commit is contained in:
Yusuf İpek
2026-08-20 15:22:46 +03:00
committed by GitHub
+1 -3
View File
@@ -395,9 +395,7 @@ export const CommentComposer = memo(function CommentComposer({
)} )}
</div> </div>
</div> </div>
<p className="text-xs text-muted-foreground mt-2"> <p className="text-xs text-muted-foreground mt-2">Cmd+Enter to submit</p>
Cmd+Enter to submit &middot; paste or drop up to {MAX_COMMENT_IMAGES} images
</p>
</> </>
)} )}
</div> </div>