We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d550b commit d5fd246Copy full SHA for d5fd246
src/views/events/Events.tsx
@@ -108,7 +108,14 @@ export default function Events() {
108
title: 'PyCon KR',
109
location: 'Suwon, South Korea',
110
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/',
117
}
118
+
119
];
120
121
const eventsNextYear: any = [];
0 commit comments