aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-12-19 18:07:09 +0100
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 20:36:30 +0100
commitc9d03d3f696ee5fd841aad1f2c1f59aa47f9203b (patch)
tree88c1851aa3f87eb9b3685209fb8980c31d745ec0
parent51e268c34ecfeb541c187f5a361c5c5baa76fbca (diff)
FUNCT Add icons for dashboard and mediaplayer
-rw-r--r--src/config.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json
index e5f7d0e..c336611 100644
--- a/src/config.json
+++ b/src/config.json
@@ -10,6 +10,8 @@
"browser": "fab fa-chrome",
"webapps-hvac": "fas fa-thermometer-half",
"webapps-youtube": "fab fa-youtube",
- "webapps-settings": "fas fa-cogs"
+ "webapps-settings": "fas fa-cogs",
+ "webapps-dashboard": "fas fa-car",
+ "webapps-mediaplayer": "fas fa-music"
}
}