CHANGE: update to svg
Update to svg images, change available date, change bg darkness
This commit is contained in:
parent
fdfa87ab0d
commit
41a582fea4
48 changed files with 110 additions and 25 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue