[themes/icons/awesome-fonts] Replace "Sensors" icon with one included in FA
The current thermometer icon isn't actually included in fontawesome, requiring a user to install and find another font that does support it, such as symbola or nota-emoji Since this is for font-awesome it would make sense to only require font-awesome.
This commit is contained in:
parent
eafe0a4038
commit
8a6f6a7635
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
||||||
"day": { "prefix": "" }, "night": { "prefix": "" }, "transition": { "prefix": "" }
|
"day": { "prefix": "" }, "night": { "prefix": "" }, "transition": { "prefix": "" }
|
||||||
},
|
},
|
||||||
"sensors": {
|
"sensors": {
|
||||||
"prefix": "🌡"
|
"prefix": ""
|
||||||
},
|
},
|
||||||
"traffic":{
|
"traffic":{
|
||||||
"rx": { "prefix": "" },
|
"rx": { "prefix": "" },
|
||||||
|
|
Loading…
Reference in a new issue