diff --git a/public/img/badge.png b/public/img/badge.png new file mode 100755 index 0000000..5ca2cab Binary files /dev/null and b/public/img/badge.png differ diff --git a/src/utils/notification.ts b/src/utils/notification.ts index a2d641a..c20a3b1 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.svg', tag: 'binome', renotify: true, ...options