Skip to content

Commit 3b45bab

Browse files
authored
Merge pull request #10 from cpprhtn/main
Add PyCon KR 2024 to Events.tsx
2 parents e763604 + 23fb486 commit 3b45bab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/views/events/Events.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,10 @@ export default function Events() {
104104
link: 'https://pycon.id',
105105
},
106106
{
107-
date: 'Near end of Year (Tentative)',
108-
title: 'PyCon KR',
107+
date: '25-27 Oct',
108+
title: 'PyCon KR',
109+
location: 'Suwon, South Korea',
110+
link: 'https://2024.pycon.kr/',
109111
}
110112
];
111113

0 commit comments

Comments
 (0)