We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5a76f commit 105eca1Copy full SHA for 105eca1
js/script.js
@@ -43,7 +43,7 @@ zipCodeInput.addEventListener("focus", () => {
43
zipCodeInput.value = "";
44
zipCodeInput.placeholder = "";
45
errorMsg.classList.add("hidden");
46
- temperatureEl.textContent = "Fahrenheit";
+ temperatureEl.textContent = "Temp now";
47
cityEl.textContent = "City";
48
usaStateEl.textContent = "State";
49
weatherIconEl.src = "images/sun.webp";
0 commit comments