mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
better notifications icon
This commit is contained in:
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.0 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')
|
||||
|
||||
Reference in New Issue
Block a user