From 85eb48152c34432a4ecb2f880c833d320cf5882e Mon Sep 17 00:00:00 2001 From: tpmai Date: Sat, 22 Jan 2022 03:06:01 +0000 Subject: [PATCH] Make Youtube link clickable --- src/web/src/components/Posts/Post.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/web/src/components/Posts/Post.tsx b/src/web/src/components/Posts/Post.tsx index dd113f14e8..1e6aac07db 100644 --- a/src/web/src/components/Posts/Post.tsx +++ b/src/web/src/components/Posts/Post.tsx @@ -391,11 +391,13 @@ const PostComponent = ({ postUrl, currentPost, totalPosts }: Props) => { )}
{isMedia && ( - + + + )}