diff --git a/core/src/components/notification-view/notification-bell.js b/core/src/components/notification-view/notification-bell.js index bb3913c5..cf78f907 100644 --- a/core/src/components/notification-view/notification-bell.js +++ b/core/src/components/notification-view/notification-bell.js @@ -158,7 +158,7 @@ class NotificationBell extends connect(store)(LitElement) { url: `qdn/browser/index.html${query}`, id: 'q-mail-notification', myPlugObj: { - "url": "qapps", + "url": "myapp", "domain": "core", "page": `qdn/browser/index.html${query}`, "title": "Q-Mail", @@ -196,7 +196,7 @@ class NotificationBell extends connect(store)(LitElement) { url: `qdn/browser/index.html${query}`, id: 'q-mail-notification', myPlugObj: { - "url": "qapps", + "url": "myapp", "domain": "core", "page": `qdn/browser/index.html${query}`, "title": "Q-Mail",