Skip to content

Commit e7b18d9

Browse files
authored
Update index.vue (#24)
1 parent 9805007 commit e7b18d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
const joinNowRoute = useJoinNowRoute();
271271
const seasonsStore = useSeasonsStore();
272272
273-
const timeUntilNextEvent = ref(new Date("2025-05-22T11:00:00+01:00").getTime() - Date.now());
273+
const timeUntilNextEvent = ref(new Date("2025-05-21T11:00:00+00:00").getTime() - Date.now());
274274
const timeUntilNextEventInterval = ref(null as null | number | NodeJS.Timeout);
275275
const timeUntilNextEventFormatted = computed(() => msToHuman(timeUntilNextEvent.value));
276276

0 commit comments

Comments
 (0)