Remove month from calendar list

This commit is contained in:
2024-12-18 22:16:33 +00:00
parent da7c19714f
commit 87969ffe60

View File

@@ -184,7 +184,7 @@
{{ format(calendarDay.date, 'dd') }}
</span>
<span class="kiosk-calendar-day-item-name">
{{ format(calendarDay.date, 'MMMM, EEEE') }}
{{ format(calendarDay.date, 'EEEE') }}
</span>
<ul
class="kiosk-calendar-entry"