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