Skip to content

Commit 105eca1

Browse files
committed
correct small error
1 parent aa5a76f commit 105eca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ zipCodeInput.addEventListener("focus", () => {
4343
zipCodeInput.value = "";
4444
zipCodeInput.placeholder = "";
4545
errorMsg.classList.add("hidden");
46-
temperatureEl.textContent = "Fahrenheit";
46+
temperatureEl.textContent = "Temp now";
4747
cityEl.textContent = "City";
4848
usaStateEl.textContent = "State";
4949
weatherIconEl.src = "images/sun.webp";

0 commit comments

Comments
 (0)