From 2ab0fc05a7663db7d77f3d491451562763d16a41 Mon Sep 17 00:00:00 2001 From: Alfred Egger Date: Wed, 23 Oct 2019 07:56:27 +0200 Subject: [PATCH] Fix app.js image name --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 639e741..8044610 100644 --- a/js/app.js +++ b/js/app.js @@ -44,7 +44,7 @@ app.controller('WeatherController', ['$scope', '$interval', '$timeout', '$compil "Drizzle": "drizzle.jpg", "Smoke": "todo.png", "Dust": "todo.png", - "Sand": "todo.png", + "Sand": "sand.jpg", "Ash": "todo.png", "Squall": "todo.png", "Tornado": "tornado.jpg",