diff --git a/src/components/PostOnHover.jsx b/src/components/PostOnHover.jsx index 84a729fe..b7e7ca10 100644 --- a/src/components/PostOnHover.jsx +++ b/src/components/PostOnHover.jsx @@ -94,8 +94,15 @@ const PostOnHover = ({ cid, feed }) => { {replyMediaInfo?.url.length > 30 ? replyMediaInfo?.url.slice(0, 30) + '(...)' : replyMediaInfo?.url} -  ({replyMediaInfo?.type}) +  {replyMediaInfo?.type === 'iframe' ? null : ` (${replyMediaInfo?.type})`} + {replyMediaInfo?.type === 'iframe' && ( +
+ + {replyMediaInfo.thumbnail && thumbnail (e.target.src = fallbackImgUrl)} />} + +
+ )} {replyMediaInfo?.type === 'webpage' ? (