diff --git a/public/index.html b/public/index.html index 305c52f..4e099d7 100644 --- a/public/index.html +++ b/public/index.html @@ -10,3 +10,10 @@ + + diff --git a/src/index.ts b/src/index.ts index 21c00ef..d0d29c3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -49,6 +49,7 @@ const calendarOptions: CalendarOptions = { plugins: [iCalendarPlugin, resourceTimeGridPlugin], allDaySlot: false, nowIndicator: true, + headerToolbar: { start: '', center: 'title', end: '' }, initialView: 'resourceTimeGrid', height: 'auto', slotMinTime: '8:00',