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() {
106106 link : 'https://pycon.id' ,
107107 } ,
108108 {
109- date : '25 -27 Oct' ,
109+ date : '26 -27 Oct' ,
110110 title : 'PyCon KR' ,
111111 location : 'Suwon, South Korea' ,
112112 link : 'https://2024.pycon.kr/' ,
@@ -126,7 +126,19 @@ export default function Events() {
126126
127127 ] ;
128128
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+ ] ;
130142
131143 return (
132144 < div className = "events-container" >
You can’t perform that action at this time.
0 commit comments