From 685b6ea8c574cb21bb39eb8eb9bc2d3c9e636e87 Mon Sep 17 00:00:00 2001 From: Voxel Date: Mon, 14 Apr 2025 10:09:45 -0400 Subject: [PATCH] Update script.js --- timer/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timer/script.js b/timer/script.js index 1862b90..52a1c57 100644 --- a/timer/script.js +++ b/timer/script.js @@ -85,7 +85,7 @@ function setAlarm() { } status.textContent = "⏰ Time to do whatever you need to do"; - document.title = "Milky the Milk Carton says:"; + document.title = "my work here is done (unless you create another timer)"; }, totalMs); }