Skip to content

Commit 6029906

Browse files
committed
fix: changed event titles
1 parent f6be371 commit 6029906

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/(home)/components/UpcomingEvents.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ interface Event {
1515

1616
const EVENTS: Event[] = [
1717
{
18-
title: 'Pycon Davao',
18+
title: 'Pycon Davao 2025',
1919
date: 'October 25, 2025',
2020
location: 'Ateneo de Davao University',
2121
variant: 'main',
2222
link: '/404',
2323
},
2424
{
25-
title: 'Pycon Davao Day 2',
25+
title: 'Pycon Davao Sprint Day',
2626
date: 'October 26, 2025',
2727
location: 'TBA',
2828
variant: 'regular',

0 commit comments

Comments
 (0)