mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +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,
|
groupName: $rootScope.party.name,
|
||||||
}), {
|
}), {
|
||||||
body: (chatData.user || chatData.uuid) + ': ' + chatData.text,
|
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 () {
|
notif.addEventListener('click', function () {
|
||||||
|
|||||||
@@ -4,9 +4,9 @@ html(ng-app='habitrpg', ng-controller='RootCtrl', ng-class='{"applying-action":a
|
|||||||
head
|
head
|
||||||
title(ng-bind="env.t('habitica') + ' | ' + $root.pageTitle")
|
title(ng-bind="env.t('habitica') + ' | ' + $root.pageTitle")
|
||||||
// ?v=1 needed to force refresh
|
// ?v=1 needed to force refresh
|
||||||
link(rel='shortcut icon', sizes="32x32", 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")}?v=4')
|
link(rel='shortcut icon', sizes="144x144", href='#{env.getBuildUrl("favicon_192x192.png")}')
|
||||||
link(rel='mask-icon', href='#{env.getBuildUrl("favicon.ico")}?v=4')
|
link(rel='mask-icon', href='#{env.getBuildUrl("favicon.ico")}')
|
||||||
|
|
||||||
meta(charset='utf-8')
|
meta(charset='utf-8')
|
||||||
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
||||||
|
|||||||
Reference in New Issue
Block a user