summaryrefslogtreecommitdiffstats
path: root/web/react/utils/utils.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-22 21:58:11 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-22 21:58:11 +0500
commit24ed1e293284f7abf2b27019371dc1dec02dab80 (patch)
tree8e06694d434b6218d2b62b9a29e611b0eee0ad3a /web/react/utils/utils.jsx
parentaac64633f90b8e4358eb3939940f0ffbff6e4811 (diff)
downloadchat-24ed1e293284f7abf2b27019371dc1dec02dab80.tar.gz
chat-24ed1e293284f7abf2b27019371dc1dec02dab80.tar.bz2
chat-24ed1e293284f7abf2b27019371dc1dec02dab80.zip
Updating mattermost logo
Diffstat (limited to 'web/react/utils/utils.jsx')
-rw-r--r--web/react/utils/utils.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index 8264e6bb6..9fc98e3d5 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -118,7 +118,7 @@ export function notifyMe(title, body, channel) {
}
if (permission === 'granted') {
- var notification = new Notification(title, {body: body, tag: body, icon: '/static/images/icon50x50.gif'});
+ var notification = new Notification(title, {body: body, tag: body, icon: '/static/images/icon50x50.png'});
notification.onclick = function onClick() {
window.focus();
if (channel) {