Skip to content

Commit 47cef35

Browse files
committed
Put back icons
1 parent 0461054 commit 47cef35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/public/service-worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ self.addEventListener('push', event => {
4444
const title = data.title || 'Notification';
4545
const options = {
4646
body: data.body || 'You have a new message',
47-
// icon: '/icons/icon-192x192.png',
48-
// badge: '/icons/icon-192x192.png',
47+
icon: '/icons/icon-192x192.png',
48+
badge: '/icons/icon-192x192.png',
4949
data: data.url || '/'
5050
};
5151
event.waitUntil(self.registration.showNotification(title, options));

0 commit comments

Comments
 (0)