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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

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 () {

View File

@@ -4,9 +4,9 @@ html(ng-app='habitrpg', ng-controller='RootCtrl', ng-class='{"applying-action":a
head
title(ng-bind="env.t('habitica') + ' | ' + $root.pageTitle")
// ?v=1 needed to force refresh
link(rel='shortcut icon', sizes="32x32", href='#{env.getBuildUrl("favicon.ico")}?v=4')
link(rel='shortcut icon', sizes="144x144", href='#{env.getBuildUrl("favicon_192x192.png")}?v=4')
link(rel='mask-icon', href='#{env.getBuildUrl("favicon.ico")}?v=4')
link(rel='shortcut icon', sizes="32x32", href='#{env.getBuildUrl("favicon.ico")}')
link(rel='shortcut icon', sizes="144x144", href='#{env.getBuildUrl("favicon_192x192.png")}')
link(rel='mask-icon', href='#{env.getBuildUrl("favicon.ico")}')
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')