From 24ed1e293284f7abf2b27019371dc1dec02dab80 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 22 Oct 2015 21:58:11 +0500 Subject: Updating mattermost logo --- web/react/utils/utils.jsx | 2 +- web/static/config/manifest.json | 2 +- web/static/images/favicon.ico | Bin 1379 -> 14806 bytes web/static/images/icon50x50.gif | Bin 2135 -> 0 bytes web/static/images/icon50x50.png | Bin 0 -> 11507 bytes web/static/images/logo.png | Bin 15407 -> 23393 bytes web/static/images/redfavicon.ico | Bin 1502 -> 15323 bytes 7 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 web/static/images/icon50x50.gif create mode 100644 web/static/images/icon50x50.png (limited to 'web') 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) { diff --git a/web/static/config/manifest.json b/web/static/config/manifest.json index 6110122c2..8f29460b3 100644 --- a/web/static/config/manifest.json +++ b/web/static/config/manifest.json @@ -2,7 +2,7 @@ "name": "Mattermost", "icons": [ { - "src": "../static/iamges/icon50x50.gif", + "src": "../static/iamges/icon50x50.png", "sizes": "50x50", "type": "image/png" } diff --git a/web/static/images/favicon.ico b/web/static/images/favicon.ico index 0e7d36616..27cbbc639 100644 Binary files a/web/static/images/favicon.ico and b/web/static/images/favicon.ico differ diff --git a/web/static/images/icon50x50.gif b/web/static/images/icon50x50.gif deleted file mode 100644 index d79991a0f..000000000 Binary files a/web/static/images/icon50x50.gif and /dev/null differ diff --git a/web/static/images/icon50x50.png b/web/static/images/icon50x50.png new file mode 100644 index 000000000..217af899d Binary files /dev/null and b/web/static/images/icon50x50.png differ diff --git a/web/static/images/logo.png b/web/static/images/logo.png index 36c43b94b..423d4d270 100644 Binary files a/web/static/images/logo.png and b/web/static/images/logo.png differ diff --git a/web/static/images/redfavicon.ico b/web/static/images/redfavicon.ico index 7f404d1ef..baef9b65a 100644 Binary files a/web/static/images/redfavicon.ico and b/web/static/images/redfavicon.ico differ -- cgit v1.2.3-1-g7c22