Skip to content

Commit fd3f0b4

Browse files
committed
feat: add ETHBratislava to events [Closes #12448]
1 parent f920ff1 commit fd3f0b4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/data/community-events.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,15 @@ const communityConferences: CommunityConference[] = [
415415
startDate: "TBD",
416416
endDate: "TBD"
417417
},
418+
{
419+
title: "ETHBratislava",
420+
to: "http://www.ethbratislava.com/",
421+
location: "Bratislava, Slovakia",
422+
description:
423+
"With this pioneering event in Slovakia we are finally uniting a passionate community engaged in the Ethereum ecosystem's economics, governance, and technology.",
424+
startDate: "2024-05-10",
425+
endDate: "2024-05-11",
426+
},
418427
]
419428

420429
export default communityConferences

0 commit comments

Comments
 (0)