From a65cc9f6b19becad41107967d588f4471e8f7e4b Mon Sep 17 00:00:00 2001 From: Liz Date: Mon, 14 Oct 2024 17:10:40 -0400 Subject: [PATCH] change name --- index.html | 6 +++--- pomodoro.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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() {