Skip to content

Commit

Permalink
Update Calendar.tsx open timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Si-Ni authored Jul 3, 2023
1 parent 6b08ace commit b9a9de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
});
Expand Down

0 comments on commit b9a9de8

Please sign in to comment.