From ec35193472916da46fc740795027123d17f24cde Mon Sep 17 00:00:00 2001 From: austinkelsay Date: Mon, 14 Oct 2024 20:09:24 -0500 Subject: [PATCH] Fix topics on mobile view on video details --- src/components/content/videos/VideoDetails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/content/videos/VideoDetails.js b/src/components/content/videos/VideoDetails.js index 708bc49..c5a3dd3 100644 --- a/src/components/content/videos/VideoDetails.js +++ b/src/components/content/videos/VideoDetails.js @@ -134,7 +134,7 @@ const VideoDetails = ({ processedEvent, topics, title, summary, image, price, au
{renderContent()}
-
+

{title}

{topics && topics.length > 0 && (