From 16dfcbf8d27d5340b7e2a2fd61def1202777132b Mon Sep 17 00:00:00 2001 From: smirko-dev Date: Mon, 6 Dec 2021 20:13:58 +0100 Subject: [PATCH] Fixed default weather icon --- app/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.js b/app/index.js index 18fa36d..926755c 100644 --- a/app/index.js +++ b/app/index.js @@ -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