We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2287b5a + ff5fa21 commit bb42893Copy full SHA for bb42893
src/views/events/Events.tsx
@@ -106,7 +106,7 @@ export default function Events() {
106
link: 'https://pycon.id',
107
},
108
{
109
- date: '25-27 Oct',
+ date: '26-27 Oct',
110
title: 'PyCon KR',
111
location: 'Suwon, South Korea',
112
link: 'https://2024.pycon.kr/',
@@ -126,7 +126,19 @@ export default function Events() {
126
127
];
128
129
- const eventsNextYear: any = [];
+ const eventsNextYear: any = [
130
+ {
131
+ date: '1-2 March',
132
+ title: 'PyCon APAC',
133
+ location: 'Ateneo de Manila University,Quezon City, Philippines',
134
+ },
135
136
+ date: '26-27 Sep',
137
+ title: 'PyCon JP',
138
+ location: 'Hiroshima, Japan',
139
+ link: 'https://2025.pycon.jp/',
140
+ }
141
+ ];
142
143
return (
144
<div className="events-container">
0 commit comments