diff --git a/public/js/controllers/rootCtrl.js b/public/js/controllers/rootCtrl.js index 2f6b42c72a..53d5c92025 100644 --- a/public/js/controllers/rootCtrl.js +++ b/public/js/controllers/rootCtrl.js @@ -67,7 +67,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$ if(level==8) style += ' glyphicon glyphicon-star'; // moderator if(level==9) - style += ' glyphicon glyphicon-tower'; // staff + style += ' glyphicon icon-crown'; // staff return style; } diff --git a/public/manifest.json b/public/manifest.json index 62bd6b25a2..0cd017b6d1 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -70,7 +70,8 @@ "app.css", "bower_components/pnotify/jquery.pnotify.default.css", "bower_components/pnotify/jquery.pnotify.default.icons.css", - "bower_components/habitrpg-shared/dist/habitrpg-shared.css" + "bower_components/habitrpg-shared/dist/habitrpg-shared.css", + "fontello/css/fontelico.css" ] }, "static": {