We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dde32 commit 34770e5Copy full SHA for 34770e5
src/views/events/Events.tsx
@@ -128,10 +128,11 @@ export default function Events() {
128
129
const eventsNextYear: any = [
130
{
131
- date: '1-2 March',
132
- title: 'PyCon APAC',
133
- location: 'Ateneo de Manila University, Quezon City, Philippines',
134
- },
+ date: '1-2 March',
+ title: 'PyCon APAC',
+ location: 'Ateneo de Manila University, Quezon City, Philippines',
+ link: 'https://pycon-apac.python.ph/',
135
+ },
136
137
date: '26-27 Sep',
138
title: 'PyCon JP',
0 commit comments