fix countdown hover title
All checks were successful
deploy / build-and-deploy (push) Successful in 20s

This commit is contained in:
2025-10-13 18:20:00 +02:00
parent 55c0852b7e
commit cec9b8a3d2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
START_DATE=2025-06-23T00:19:00+0200
START_DATE=2025-12-27T14:00:00+0200
DATABASE_URI=mysql://website:website@localhost:3306/website

View File

@@ -3,7 +3,7 @@
let { start, end }: { start?: number; end: number } = $props();
let title = `Spielstart ist am ${new Date(import.meta.env.PUBLIC_START_DATE).toLocaleString('de-DE', {
let title = `Spielstart ist am ${new Date(end).toLocaleString('de-DE', {
day: '2-digit',
month: 'long',
year: 'numeric',