File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export default function Events() {
106
106
link : 'https://pycon.id' ,
107
107
} ,
108
108
{
109
- date : '25 -27 Oct' ,
109
+ date : '26 -27 Oct' ,
110
110
title : 'PyCon KR' ,
111
111
location : 'Suwon, South Korea' ,
112
112
link : 'https://2024.pycon.kr/' ,
@@ -126,7 +126,19 @@ export default function Events() {
126
126
127
127
] ;
128
128
129
- const eventsNextYear : any = [ ] ;
129
+ 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
+ ] ;
130
142
131
143
return (
132
144
< div className = "events-container" >
You can’t perform that action at this time.
0 commit comments