diff --git a/index.html b/index.html index db09c60..fe1575d 100644 --- a/index.html +++ b/index.html @@ -19,8 +19,8 @@
- - + +
@@ -30,7 +30,7 @@ diff --git a/pomodoro.js b/pomodoro.js index 38aa8d0..4ea131e 100644 --- a/pomodoro.js +++ b/pomodoro.js @@ -6,7 +6,7 @@ function publishTimer(timer) { const timerElement = document.getElementById("timerText"); timerElement.innerHTML = timer; - document.title = "[" + timer + "] Pomodoro Timer"; + document.title = "[" + timer + "] Timer"; } function stopTimer() {