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) => (