From 09a8545f8f53ea33711662e28c87002e56d16fe8 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 11 Jul 2020 09:44:56 +0200 Subject: [PATCH] :sparkles: (notification) add badge --- src/utils/notification.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/notification.ts b/src/utils/notification.ts index 7d920c9..9ebcdea 100644 --- a/src/utils/notification.ts +++ b/src/utils/notification.ts @@ -22,8 +22,8 @@ export const notify: ShowNotification = async ( } showNotification(title, { icon: '/img/icons/apple-touch-icon.png', - vibrate: [300, 100, 400], - tag: 'pair-programming', + badge: '/img/icons/apple-touch-icon.png', + tag: 'binome', renotify: true, ...options })