Skip to content

Commit 46025cf

Browse files
Merge pull request #44 from PyConAPAC/update-events-add-pycon-davao2025
Add PyCon Davao 2025 to events
2 parents 37f6328 + d3ac1c5 commit 46025cf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/views/events/EventData.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const events = [
55
{
66
date: '1-2 March',
77
title: 'PyCon APAC',
8-
location: 'Ateneo de Manila University, Quezon City, Philippines',
8+
location: 'Ateneo de Manila University, Quezon City, Manila, Philippines',
99
link: 'https://pycon-apac.python.ph/',
1010
countryCode: 'PH',
1111
},
@@ -65,6 +65,13 @@ export const events = [
6565
link: 'https://th.pycon.org',
6666
countryCode: 'TH',
6767
},
68+
{
69+
date: '25-26 October',
70+
title: 'PyCon Davao',
71+
location: 'Ateneo de Davao University, Davao City, Philippines',
72+
link: 'https://pycon-davao.durianpy.org',
73+
countryCode: 'PH',
74+
},
6875
{
6976
date: '1-2 November',
7077
title: 'PyCon MY',

0 commit comments

Comments
 (0)