diff --git a/src/components/content/carousels/templates/VideoTemplate.js b/src/components/content/carousels/templates/VideoTemplate.js index 089e577..ef02a61 100644 --- a/src/components/content/carousels/templates/VideoTemplate.js +++ b/src/components/content/carousels/templates/VideoTemplate.js @@ -68,7 +68,7 @@ export function VideoTemplate({ video }) { - {/* +
{video?.topics?.map((topic, index) => ( @@ -99,7 +99,7 @@ export function VideoTemplate({ video }) { }
- */} +

{video?.published_at && video.published_at !== "" ? ( formatTimestampToHowLongAgo(video.published_at)