Skip to content

Commit

Permalink
Remove now indicator as it is displayed in UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
novanai committed Sep 9, 2024
1 parent 8a8ce48 commit 40fd911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/timetable/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
slotMaxTime: "19:00:00",
editable: false,
firstDay: 1, // Monday
nowIndicator: true,
nowIndicator: false,
slotDuration: "01:00:00",
slotHeight: 96,
eventTextColor: "#000",
Expand Down

0 comments on commit 40fd911

Please sign in to comment.