diff --git a/app/data/dates.ts b/app/data/dates.ts index da81c6b..da61b57 100644 --- a/app/data/dates.ts +++ b/app/data/dates.ts @@ -110,33 +110,23 @@ export const events: SchoolEvent[] = [ type: 'internal', links: [], }, - { - title: "Theateraufführung des Jahrgangs Beta", - startDate: '2025-01-29', - startTime: '19:00', - endDate: null, - endTime: null, - description: null, - type: 'internal', - links: [], - }, { title: "Gestrandet - eine Eigenproduktion der Betas", startDate: '2025-01-29', startTime: '19:00', endDate: null, endTime: null, - description: null, + description: 'Infos folgen', type: 'internal', links: [], }, { title: "Gestrandet - eine Eigenproduktion der Betas", - startDate: '2025-01-31', + startDate: '2025-01-30', startTime: '19:00', endDate: null, endTime: null, - description: null, + description: 'Infos folgen', type: 'internal', links: [], },