fix countdown hover title
This commit is contained in:
@@ -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
|
DATABASE_URI=mysql://website:website@localhost:3306/website
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
let { start, end }: { start?: number; end: number } = $props();
|
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',
|
day: '2-digit',
|
||||||
month: 'long',
|
month: 'long',
|
||||||
year: 'numeric',
|
year: 'numeric',
|
||||||
|
|||||||
Reference in New Issue
Block a user