Skip to content

Commit 0238892

Browse files
authored
Merge pull request #12 from DebugTsang/main
Update PyCon HK Schedule
2 parents 28d550b + d5fd246 commit 0238892

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/views/events/Events.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,14 @@ export default function Events() {
108108
title: 'PyCon KR',
109109
location: 'Suwon, South Korea',
110110
link: 'https://2024.pycon.kr/',
111+
},
112+
{
113+
date: '16 Nov (Tentative)',
114+
title: 'PyCon HK',
115+
location: 'Hong Kong',
116+
link: 'https://pycon.hk/2024/',
111117
}
118+
112119
];
113120

114121
const eventsNextYear: any = [];

0 commit comments

Comments
 (0)