diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-19 18:07:09 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 20:36:30 +0100 |
commit | c9d03d3f696ee5fd841aad1f2c1f59aa47f9203b (patch) | |
tree | 88c1851aa3f87eb9b3685209fb8980c31d745ec0 | |
parent | 51e268c34ecfeb541c187f5a361c5c5baa76fbca (diff) |
FUNCT Add icons for dashboard and mediaplayer
-rw-r--r-- | src/config.json | 4 |
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" } } |