Skip to content

Commit ff5fa21

Browse files
committed
add pycon jp 2025, pycon apac 2025
1 parent 2287b5a commit ff5fa21

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

src/views/events/Events.tsx

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)