Skip to content

Commit 5707f23

Browse files
Update 05-Weather-App/script.js
Co-authored-by: Copilot <[email protected]>
1 parent 77a45c7 commit 5707f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05-Weather-App/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ locatebtn.onclick = () => {
111111
1
112112
)} &#176;C</h5>`;
113113
country.innerHTML = `<span id="country">${data.sys.country}</span>`;
114-
city.innerHTML = `<span id="city">${data.name}/</span>`;
114+
city.innerHTML = `<span id="city">${data.name}</span>`;
115115
})
116116
.catch((err) => {
117117
console.log(err);

0 commit comments

Comments
 (0)