We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99691cd commit 69db66fCopy full SHA for 69db66f
web/public/service-worker.js
@@ -45,7 +45,7 @@ self.addEventListener('push', event => {
45
const options = {
46
body: data.body || 'You have a new message',
47
icon: '/icons/icon-192x192.png',
48
- badge: '/icons/icon-192x192.png',
+ badge: '/icons/badge-72x72.png',
49
data: data.url || '/'
50
};
51
event.waitUntil(self.registration.showNotification(title, options));
0 commit comments