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 0f392f1 commit de54775Copy full SHA for de54775
Source-Code/WeatherApp/script.js
@@ -43,7 +43,7 @@ const updateWeatherInfo = (result) => {
43
condition2.innerText = current.condition.text;
44
icon.src = current.condition.icon;
45
46
- const isDay = current.is_day === 1 ? 'day' : 'night';
+ const isDay = current.is_day === 1 ? 'Day' : 'Night';
47
const codes = [
48
[1000, 10000, 10001, 1100, 11001, 11000, 51190, 60030], // clear
49
[
0 commit comments