Skip to content

Commit

Permalink
Update slot duration to 30 minutes.
Browse files Browse the repository at this point in the history
  • Loading branch information
victorDigital committed Nov 16, 2023
1 parent 9a168d8 commit 7bc1a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Calendars/Desktop.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
slotMaxTime: '24:00:00',
events: [],
dayHeaderFormat: { weekday: 'long', day: 'numeric', month: 'numeric' },
slotDuration: '00:15:00',
slotDuration: '00:30:00',
slotEventOverlap: false,
buttonText: {
today: 'I dag',
Expand Down

0 comments on commit 7bc1a8e

Please sign in to comment.