fix countdown hover title
This commit is contained in:
		@@ -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',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user