Skip to content

Commit

Permalink
Add ETHGlobal London 2024 Recording (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans authored Apr 25, 2024
1 parent c5ccd7f commit 8159d3e
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 London Workshop',
location: 'ETHGlobal London',
description: '',
href: 'https://www.youtube.com/watch?v=SOHsmBwxgFs',
cover: 'https://i3.ytimg.com/vi_webp/SOHsmBwxgFs/mqdefault.webp',
},
{
title: 'ETHDenver ENS Workshop',
location: 'ETHDenver',
Expand Down

0 comments on commit 8159d3e

Please sign in to comment.