From b9a9de867c1192aa7c63bec500a3366a24cc59e8 Mon Sep 17 00:00:00 2001 From: Simon Nikolaidis <62617399+Si-Ni@users.noreply.github.com> Date: Mon, 3 Jul 2023 12:34:41 +0200 Subject: [PATCH] Update Calendar.tsx open timer --- client/src/components/Calendar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Calendar.tsx b/client/src/components/Calendar.tsx index f37c7c4..315d9b6 100644 --- a/client/src/components/Calendar.tsx +++ b/client/src/components/Calendar.tsx @@ -76,7 +76,7 @@ function Calendar(this: any, props: Props) { setThemeForCheckedToggleOption(themeToggle); openTimerCounter++; if (openTimerCounter >= 5) { - window.open("https://www.cs21-2-schedule.de/timer", "_blank")?.focus(); + window.open("https://www.ba-schedule.de/timer", "_blank")?.focus(); openTimerCounter = 0; } });