diff --git a/main.js b/main.js
index e3c7e27..ecc38ea 100644
--- a/main.js
+++ b/main.js
@@ -1270,7 +1270,7 @@ window.onload = deathOftheDay();
document.getElementById("guessForm").style.display = "none";
document.getElementsByClassName("picButtons")[0].style.display="none";
document.getElementById("movieName").innerHTML = "
Thanks for playing!";
- document.getElementById("feedback").innerHTML = "Horrordle will be back next October!
follow me on twitter for updates
In the meantime you can go back and play
the days you've missed by visiting the
archive page on the top right and
clicking on the orange dates.";
+ document.getElementById("feedback").innerHTML = "Horrordle will be back next October!
follow me on twitter for updates
In the meantime you can go back and play
the days you've missed by visiting the
archive page on the top right and
clicking on the orange dates.";
}
// picButton = document.getElementsByClassName('picButton');