diff --git a/public/img/badge.svg b/public/img/badge.svg deleted file mode 100644 index 0e6a83a..0000000 --- a/public/img/badge.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/src/utils/notification.ts b/src/utils/notification.ts index c20a3b1..b6c32a4 100644 --- a/src/utils/notification.ts +++ b/src/utils/notification.ts @@ -22,7 +22,7 @@ export const notify: ShowNotification = async ( } showNotification(title, { icon: '/img/icons/apple-touch-icon.png', - badge: '/img/badge.svg', + badge: '/img/badge.png', tag: 'binome', renotify: true, ...options