We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6029906 commit a3ca977Copy full SHA for a3ca977
1 file changed
app/(home)/components/UpcomingEvents.tsx
@@ -15,14 +15,14 @@ interface Event {
15
16
const EVENTS: Event[] = [
17
{
18
- title: 'Pycon Davao 2025',
+ 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 Sprint Day',
+ title: 'PyCon Davao Sprint Day',
26
date: 'October 26, 2025',
27
location: 'TBA',
28
variant: 'regular',
0 commit comments