From 6704b695d77a599faf6dcf6354cf15ad5472499d Mon Sep 17 00:00:00 2001 From: austinkelsay Date: Mon, 14 Oct 2024 09:36:31 -0500 Subject: [PATCH] Revert --- src/components/content/carousels/templates/VideoTemplate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)