Skip to content

Commit

Permalink
Add missing times
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinandsalis committed Sep 27, 2024
1 parent 6ab2e63 commit be03af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/data/dates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const events: SchoolEvent[] = [
{
title: 'Theateraufführung',
startDate: '2024-10-04',
startTime: null,
startTime: '19:00',
endDate: null,
endTime: null,
description:
Expand All @@ -47,7 +47,7 @@ export const events: SchoolEvent[] = [
{
title: 'Tag der offenen Tür',
startDate: '2024-10-05',
startTime: null,
startTime: '15:00',
endDate: null,
endTime: null,
description:
Expand Down

0 comments on commit be03af1

Please sign in to comment.