From 30bfe46501e9d0e91294bedcb8cbfaaa7591200d Mon Sep 17 00:00:00 2001 From: austinkelsay Date: Mon, 14 Oct 2024 20:11:41 -0500 Subject: [PATCH] Revert style --- 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 c5a3dd3..2dee446 100644 --- a/src/components/content/videos/VideoDetails.js +++ b/src/components/content/videos/VideoDetails.js @@ -135,7 +135,7 @@ const VideoDetails = ({ processedEvent, topics, title, summary, image, price, au {renderContent()}
-
+

{title}

{topics && topics.length > 0 && ( topics.map((topic, index) => (