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',