Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d6710b1

Browse files
committed
update the path
1 parent 372f964 commit d6710b1

File tree

9 files changed

+1
-1
lines changed

9 files changed

+1
-1
lines changed
1.86 MB
Loading
2.08 MB
Loading
1.84 MB
Loading
3.66 MB
Loading
1.39 MB
Loading
573 KB
Loading
524 KB
Loading
1.82 MB
Loading

Source-Code/WeatherApp/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const updateWeatherInfo = (result) => {
4343
condition2.innerText = current.condition.text;
4444
icon.src = current.condition.icon;
4545

46-
const isDay = current.is_day === 1 ? 'Day' : 'Night';
46+
const isDay = current.is_day === 1 ? 'day' : 'night';
4747
const codes = [
4848
[1000, 10000, 10001, 1100, 11001, 11000, 51190, 60030], // clear
4949
[

0 commit comments

Comments
 (0)