Skip to content

Commit

Permalink
Update Video Gallery (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans authored Sep 23, 2024
1 parent 615c523 commit 7c909e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/local/content/extras/videos/VideoGallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ export const VideoGallery: FC<{}> = () => {
return (
<div className="not-prose mt-0 grid w-full grid-cols-1 gap-4 pb-4 sm:grid-cols-2 lg:grid-cols-4">
{[
{
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',
Expand Down

0 comments on commit 7c909e8

Please sign in to comment.