From eb0af871e1e4edfda03067998191ac0eadf80ed1 Mon Sep 17 00:00:00 2001 From: pluja Date: Mon, 9 Jun 2025 11:18:06 +0000 Subject: [PATCH] Release 202506091118 --- web/public/notification-icon.svg | 6 ++++++ web/src/lib/notificationOptions.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 web/public/notification-icon.svg diff --git a/web/public/notification-icon.svg b/web/public/notification-icon.svg new file mode 100644 index 0000000..e7ee291 --- /dev/null +++ b/web/public/notification-icon.svg @@ -0,0 +1,6 @@ + + KYCnot.me logo + + \ No newline at end of file diff --git a/web/src/lib/notificationOptions.ts b/web/src/lib/notificationOptions.ts index b8fcf9d..438154e 100644 --- a/web/src/lib/notificationOptions.ts +++ b/web/src/lib/notificationOptions.ts @@ -14,7 +14,7 @@ export function makeNotificationOptions( body: 'You have a new notification', lang: 'en-US', icon: '/favicon.svg', - badge: '/favicon.svg', + badge: '/notification-icon.svg', requireInteraction: false, silent: false, actions: options.removeActions