From 43b01f7c0e0784b7a6dde596752f021009025b08 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 2 Jul 2019 14:34:05 +0200 Subject: [PATCH] Fixed icon class --- platypush/backend/http/templates/nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/backend/http/templates/nav.html b/platypush/backend/http/templates/nav.html index c26ccf3ab..a423bf802 100644 --- a/platypush/backend/http/templates/nav.html +++ b/platypush/backend/http/templates/nav.html @@ -7,7 +7,7 @@ 'media.vlc': 'fa fa-film', 'music.mpd': 'fa fa-music', 'music.snapcast': 'fa fa-volume-up', - 'sensors': 'fa fa-temperature-half', + 'sensors': 'fas fa-thermometer-half', 'switches': 'fa fa-toggle-on', 'tts': 'fa fa-comment', 'tts.google': 'fa fa-comment',