From 31630ca2fb9668f68eb7fac0787371b2ffdd40ea Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 2 Jul 2020 13:40:09 +0200 Subject: [PATCH] :sparkles: (notification) make it vibrate? --- src/utils/notification.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/notification.ts b/src/utils/notification.ts index 9a9c288..520d5da 100644 --- a/src/utils/notification.ts +++ b/src/utils/notification.ts @@ -29,6 +29,7 @@ export const notify = ( } showNotification(title, { icon: '/img/icons/apple-touch-icon.png', + vibrate: [300, 100, 400], ...options }) }