CHANGE: update to svg

Update to svg images, change available date, change bg darkness
This commit is contained in:
webfussel 2025-01-29 09:13:16 +01:00
parent fdfa87ab0d
commit 41a582fea4
48 changed files with 110 additions and 25 deletions

View file

@ -51,7 +51,7 @@ import Person from '~/components/Person.vue'
const slots : number = 0
const slotsLabel = `${slots} ${slots === 1 ? `Slot` : `Slots`} frei`
const freeFromDate = new Date(2025, 0, 1)
const freeFromDate = new Date(2025, 6, 1)
const intl = new Intl.DateTimeFormat('de-DE', { day: '2-digit', month: '2-digit', year: 'numeric'})
const readableDate = intl.format(freeFromDate)