diff --git a/src/components/media/media.tsx b/src/components/media/media.tsx
index c0df856d..7054b4f5 100644
--- a/src/components/media/media.tsx
+++ b/src/components/media/media.tsx
@@ -98,7 +98,7 @@ const Media = ({ commentMediaInfo, isMobile, isReply, linkHeight, linkWidth, sho
) : commentMediaInfo?.type === 'image' ? (
setShowThumbnail(true)} />
) : commentMediaInfo?.type === 'webpage' ? (
-
+
setShowThumbnail(true)} />
) : null}
{isMobile && commentMediaInfo?.type && (