mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
better notifications icon
This commit is contained in:
parent
e2b03ec9cf
commit
f6c765b7b5
3 changed files with 4 additions and 4 deletions
BIN
common/img/gryphon_192-20.png
Normal file
BIN
common/img/gryphon_192-20.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4 KiB |
|
|
@ -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 () {
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue