diff --git a/src/extension/background-script/events/helpers.ts b/src/extension/background-script/events/helpers.ts index ae099166d9..2bde091636 100644 --- a/src/extension/background-script/events/helpers.ts +++ b/src/extension/background-script/events/helpers.ts @@ -7,7 +7,7 @@ const notify = (options: { title: string; message: string }) => { const notification: browser.Notifications.CreateNotificationOptions = { type: "basic", - iconUrl: "assets/icons/alby_icon_yellow_48x48.png", + iconUrl: "../assets/icons/alby_icon_yellow_48x48.png", ...options, };