From bcaf9e0c57dcdd5939f3e165ad9773905e05629a Mon Sep 17 00:00:00 2001 From: yusufipk Date: Thu, 20 Aug 2026 15:04:17 +0300 Subject: [PATCH] chore(comments): drop the image paste hint from the composer --- components/video-page/comment-composer.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/video-page/comment-composer.tsx b/components/video-page/comment-composer.tsx index 394a8b2..4211cc9 100644 --- a/components/video-page/comment-composer.tsx +++ b/components/video-page/comment-composer.tsx @@ -395,9 +395,7 @@ export const CommentComposer = memo(function CommentComposer({ )} -

- Cmd+Enter to submit · paste or drop up to {MAX_COMMENT_IMAGES} images -

+

Cmd+Enter to submit

)}