put font-awesome cast icon in span

This commit is contained in:
2021-06-10 12:23:55 +02:00
parent f04d343bdf
commit 9193895e45
3 changed files with 27 additions and 19 deletions

View File

@ -30,7 +30,6 @@ fs.readFile("/app/setup/chromecast.css", "utf-8", (err, a) => {
if(err === null) {
data = b + "\n" + data + "\n";
}
console.log(data);
fs.writeFile("/app/style.css", css.stringify(css.parse(data), {"compress": true}), (err) => {
if(err !== null) {
console.log(err);