From aeeb7c1a078ca1d27c512f68bea81400c4061cb0 Mon Sep 17 00:00:00 2001 From: Dan Lebo Date: Thu, 9 Feb 2023 19:08:57 -0800 Subject: [PATCH] more small tweaks --- beta/src/components/Layout/HomeContent.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/beta/src/components/Layout/HomeContent.js b/beta/src/components/Layout/HomeContent.js index 5fd5dedec..8a55332c4 100644 --- a/beta/src/components/Layout/HomeContent.js +++ b/beta/src/components/Layout/HomeContent.js @@ -769,7 +769,7 @@ function Cover({background, children}) { function VideoRow({video}) { return ( -
+

{video.title} @@ -813,11 +813,11 @@ function VideoThumbnail({video}) { )}> {typeof image !== 'string' && ( <> -
+
{image.speakers.map((src, i) => (