From c1e305bc36f5f190a27408089560e8d889703efc Mon Sep 17 00:00:00 2001 From: Rene Arumetsa Date: Sat, 5 Jul 2025 10:16:19 +0300 Subject: [PATCH] Ommit 26th october, due of it being kind of empty" --- src/data/timetable.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/data/timetable.ts b/src/data/timetable.ts index 9a05a0a..5a3d420 100644 --- a/src/data/timetable.ts +++ b/src/data/timetable.ts @@ -19,11 +19,4 @@ export const scheduleData: Record = { location: "Tudengimaja", }, ], - "26. oktoober": [ - { - time: "00:00", - title: "Ajakava lisatakse peagi", - location: "", - }, - ], };