Skip to content

Commit 947409f

Browse files
Merge pull request #33 from PyConAPAC/update-events-2025
Correct PyCon TW date and label for flagship regional event
2 parents 55ae875 + f614d33 commit 947409f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/views/events/EventData.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ export const events = [
1414
location: 'Singapore Institute of Technology, Singapore',
1515
link: 'https://pycon.sg',
1616
},
17-
{
18-
date: '5-7 August',
19-
title: 'PyCon TW',
20-
location: 'Taipei, Taiwan',
21-
link: 'https://tw.pycon.org/2025/en-us',
22-
},
2317
{
2418
date: '15-17 August',
2519
title: 'PyCon KR',
2620
location: 'Dongguk University, Seoul, South Korea',
2721
link: 'https://2025.pycon.kr/',
2822
},
23+
{
24+
date: '5-7 September',
25+
title: 'PyCon TW',
26+
location: 'Taipei, Taiwan',
27+
link: 'https://tw.pycon.org/2025/en-us',
28+
},
2929
{
3030
date: '12-15 Sep',
3131
title: 'PyCon India',
@@ -78,9 +78,9 @@ export const slides = [
7878
key: 1,
7979
img: 'images/event-slide-1.png',
8080
title: 'PyCon APAC 2025 ',
81-
badgeText: 'UPCOMING',
81+
badgeText: 'FLAGSHIP REGIONAL EVENT',
8282
badgeType: 'success',
83-
description: "PyCon APAC 2025 will be hosted by PyCon PH.",
83+
description: "PyCon APAC 2025 was hosted by PyCon PH.",
8484
info: [
8585
"2025 March 1-2",
8686
"Metro Manila, Philippines"

0 commit comments

Comments
 (0)