Skip to content

Commit 69db66f

Browse files
committed
Update badge
1 parent 99691cd commit 69db66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/public/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ self.addEventListener('push', event => {
4545
const options = {
4646
body: data.body || 'You have a new message',
4747
icon: '/icons/icon-192x192.png',
48-
badge: '/icons/icon-192x192.png',
48+
badge: '/icons/badge-72x72.png',
4949
data: data.url || '/'
5050
};
5151
event.waitUntil(self.registration.showNotification(title, options));

0 commit comments

Comments
 (0)