From 7c909e8da9ba941e88236cbb5880bbe3aaaafd42 Mon Sep 17 00:00:00 2001 From: Luc van Kampen Date: Mon, 23 Sep 2024 14:24:09 +0200 Subject: [PATCH] Update Video Gallery (#300) --- app/local/content/extras/videos/VideoGallery.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/local/content/extras/videos/VideoGallery.tsx b/app/local/content/extras/videos/VideoGallery.tsx index 1a05febf..d9f1db06 100644 --- a/app/local/content/extras/videos/VideoGallery.tsx +++ b/app/local/content/extras/videos/VideoGallery.tsx @@ -4,6 +4,13 @@ export const VideoGallery: FC<{}> = () => { return (
{[ + { + title: 'ETHGlobal Brussels Workshop', + location: 'ETHGlobal Brussels', + description: '', + href: 'https://www.youtube.com/watch?v=TcMUvPPW2oI', + cover: 'https://i3.ytimg.com/vi_webp/TcMUvPPW2oI/mqdefault.webp', + }, { title: 'ETHGlobal London Workshop', location: 'ETHGlobal London',