Skip to content

Commit d82c478

Browse files
fix(schedule): correct event start time
1 parent 5fb1f32 commit d82c478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/schedule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ export const SCHEDULE: Event[] = [
1616
{
1717
label: "TBD",
1818
title: "Schedule coming soon! 🍕",
19-
when: "2026-05-09T17:00:00+02:00",
19+
when: "2026-05-09T18:00:00+02:00",
2020
},
2121
];

0 commit comments

Comments
 (0)