From 73eced1b70f41572695ef3f375db9dafd47409c9 Mon Sep 17 00:00:00 2001 From: austinkelsay Date: Mon, 14 Oct 2024 09:28:40 -0500 Subject: [PATCH] Reset template to test but comment out topics and description for now --- .../content/carousels/templates/VideoTemplate.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/content/carousels/templates/VideoTemplate.js b/src/components/content/carousels/templates/VideoTemplate.js index f290261..089e577 100644 --- a/src/components/content/carousels/templates/VideoTemplate.js +++ b/src/components/content/carousels/templates/VideoTemplate.js @@ -47,13 +47,12 @@ export function VideoTemplate({ video }) { return ( -
+
Video background
@@ -69,7 +68,7 @@ export function VideoTemplate({ video }) {
- + {/*
{video?.topics?.map((topic, index) => ( @@ -100,7 +99,7 @@ export function VideoTemplate({ video }) { }
- + */}

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