Skip to content

Commit 37f6328

Browse files
authored
Merge pull request #43 from dmaharika/update-events-ui-2025-pyconid
2 parents 084634e + 73347c5 commit 37f6328

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/views/events/EventData.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ export const events = [
7878
location: 'Wellington Waterfront, New Zealand',
7979
link: 'https://kiwipycon.nz',
8080
countryCode: 'NZ',
81+
},
82+
{
83+
date: '6-7 December',
84+
title: 'PyCon ID',
85+
location: 'Jakarta, Indonesia',
86+
link: 'https://pycon.id',
87+
countryCode: 'ID',
8188
}
8289
];
8390

0 commit comments

Comments
 (0)