We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7c9ed commit 9165003Copy full SHA for 9165003
1 file changed
app/(home)/components/UpcomingEvents.tsx
@@ -19,7 +19,7 @@ const EVENTS: Event[] = [
19
date: 'October 25, 2025',
20
location: 'Ateneo de Davao University',
21
variant: 'main',
22
- link: '', // TODO: Update Link
+ link: 'https://techtix.durianpy.org/pycon-davao-2025', // TODO: Update Link
23
},
24
{
25
title: 'PyCon Davao Sprint Day',
0 commit comments