Skip to content

Commit c4b573a

Browse files
authored
Add meetup links (#28)
1 parent b262dc0 commit c4b573a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

data/dodEvents.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,19 @@ export const events: Event[] = [
3333
title: 'Ethereum Berlin Meetup',
3434
date: '2024-10-01',
3535
description: 'Road to DEVCON VII SEA Bangkok.',
36+
link: {
37+
url: 'https://www.meetup.com/berlin-ethereum-meetup/events/303919363',
38+
label: 'meetup.com',
39+
},
3640
},
3741
{
3842
title: 'Ethereum Berlin Meetup',
3943
date: '2024-08-01',
4044
description: '10 years Ethereum Berlin Meetup.',
45+
link: {
46+
url: 'https://www.meetup.com/berlin-ethereum-meetup/events/302923436',
47+
label: 'meetup.com',
48+
},
4149
},
4250
{
4351
title: 'ETHBerlin 04 - Identity Crisis',

0 commit comments

Comments
 (0)