diff --git a/ui/src/stores/Notifications.js b/ui/src/stores/Notifications.js index 1e8edf3..f4e628e 100644 --- a/ui/src/stores/Notifications.js +++ b/ui/src/stores/Notifications.js @@ -29,7 +29,7 @@ dispatcher.register((data) => { const notify = new Notify(msg.title, { body: msg.message, - icon: '/static/favicon.ico', + icon: msg.image, notifyClick: closeAndFocus, notifyShow: closeAfterTimeout, });