diff --git a/src/utils/notification.ts b/src/utils/notification.ts index 520d5da..c8b316d 100644 --- a/src/utils/notification.ts +++ b/src/utils/notification.ts @@ -30,6 +30,7 @@ export const notify = ( showNotification(title, { icon: '/img/icons/apple-touch-icon.png', vibrate: [300, 100, 400], + tag: 'pair-programming', ...options }) }