We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6be371 commit 6029906Copy full SHA for 6029906
1 file changed
app/(home)/components/UpcomingEvents.tsx
@@ -15,14 +15,14 @@ interface Event {
15
16
const EVENTS: Event[] = [
17
{
18
- title: 'Pycon Davao',
+ title: 'Pycon Davao 2025',
19
date: 'October 25, 2025',
20
location: 'Ateneo de Davao University',
21
variant: 'main',
22
link: '/404',
23
},
24
25
- title: 'Pycon Davao Day 2',
+ title: 'Pycon Davao Sprint Day',
26
date: 'October 26, 2025',
27
location: 'TBA',
28
variant: 'regular',
0 commit comments