Skip to content

Commit 3470f1a

Browse files
Merge pull request #46 from PyConAPAC/add-pythonasia-2026
Update Events - Add PythonAsia 2026
2 parents a459c48 + 1de671d commit 3470f1a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

public/images/event-slide-1.png

32.5 KB
Loading
114 KB
Loading

src/views/events/EventData.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ export const slides = [
114114
{
115115
key: 1,
116116
img: 'images/event-slide-1.png',
117-
title: 'PyCon APAC 2025 ',
117+
title: 'PythonAsia 2026 ',
118118
badgeText: 'FLAGSHIP REGIONAL EVENT',
119119
badgeType: 'success',
120-
description: "PyCon APAC 2025 was hosted by PyCon PH.",
120+
description: "PythonAsia 2026 will be proudly hosted in the Philippines, by PythonPH in collaboration with the Python Asia Organization (PAO). The same heart of PyCon APAC, now as PythonAsia.",
121121
info: [
122-
"2025 March 1-2",
123-
"Metro Manila, Philippines"
122+
"2026 March 21-23",
123+
"Malate, Metro Manila, Philippines"
124124
]
125125
},
126126
]

src/views/events/Events.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default function Events() {
110110
))}
111111
<br className="mobile-off" />
112112
<br className="mobile-off" />
113-
<a href="https://pycon-apac.python.ph">
113+
<a href="https://2026.pythonasia.org">
114114
<button className="button-primary">Learn More</button>
115115
</a>
116116
</div>

0 commit comments

Comments
 (0)