better notifications icon

This commit is contained in:
Matteo Pagliazzi
2016-09-09 21:03:47 +02:00
parent e2b03ec9cf
commit f6c765b7b5
3 changed files with 4 additions and 4 deletions

View File

@@ -157,7 +157,7 @@ angular.module('habitrpg')
groupName: $rootScope.party.name,
}), {
body: (chatData.user || chatData.uuid) + ': ' + chatData.text,
icon: '/favicon_192x192-00993687.png?v=4'
icon: '/common/img/gryphon_192-20.png'
});
notif.addEventListener('click', function () {