Skip to content

Commit

Permalink
Fixed default weather icon
Browse files Browse the repository at this point in the history
  • Loading branch information
smirko-dev committed Dec 6, 2021
1 parent 151062c commit 16dfcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const infoLabel = document.getElementById("infoLabel");
const INVISIBLE = 0.0;
const VISIBLE = 0.8;

let WeatherIcon = 'temperature.png';
let WeatherIcon = 'thermometer.png';
let WeatherValue = 'N/A';

// Show battery label just for Ionic
Expand Down

0 comments on commit 16dfcbf

Please sign in to comment.