diff --git a/packages/sw/src/scripts/create-notification.ts b/packages/sw/src/scripts/create-notification.ts index a97cfbbbef..2b7dfd4f2d 100644 --- a/packages/sw/src/scripts/create-notification.ts +++ b/packages/sw/src/scripts/create-notification.ts @@ -224,7 +224,7 @@ async function composeNotification(data: PushNotificationDataMap[keyof PushNotif } as const satisfies Record; return [i18n.tsx._notification.exportOfXCompleted({ x: entityName[data.body.exportedEntity] }), { - badge: iconUrl('users'), + badge: iconUrl('circle-check'), data, }]; }