diff --git a/packages/frontend/src/assets/cancel.svg b/packages/frontend/src/assets/cancel.svg new file mode 100644 index 0000000..2478c18 --- /dev/null +++ b/packages/frontend/src/assets/cancel.svg @@ -0,0 +1 @@ + diff --git a/packages/frontend/src/pages/LaunchPad.vue b/packages/frontend/src/pages/LaunchPad.vue index d1f0b21..d0daa61 100644 --- a/packages/frontend/src/pages/LaunchPad.vue +++ b/packages/frontend/src/pages/LaunchPad.vue @@ -21,11 +21,11 @@
{{ t('launch_input_placehoder') }}
- diff --git a/packages/frontend/src/stores/notification.ts b/packages/frontend/src/stores/notification.ts index be15c53..f6f6a2a 100644 --- a/packages/frontend/src/stores/notification.ts +++ b/packages/frontend/src/stores/notification.ts @@ -28,70 +28,60 @@ export const useNotificationStore = defineStore('notification', { { id: 1, application: 'devBox', - icon: 'sym_r_cancel', children: [ { id: 1, title: 'Trading information1', message: - 'Your transaction on Sep 6 was successful, please go to the Dapp to view the transaction detials.', - icon: 'sym_r_cancel' + 'Your transaction on Sep 6 was successful, please go to the Dapp to view the transaction detials.' }, { id: 2, title: 'Trading information2', message: - 'Your transaction on Sep 6 was successful, please go to the Dapp to view the transaction detials.', - icon: 'sym_r_cancel' + 'Your transaction on Sep 6 was successful, please go to the Dapp to view the transaction detials.' }, { id: 3, title: 'Trading information3', message: - 'Your transaction on Sep 6 was successful, please go to the Dapp to view the transaction detials.', - icon: 'sym_r_cancel' + 'Your transaction on Sep 6 was successful, please go to the Dapp to view the transaction detials.' } ] }, { id: 2, application: 'Files', - icon: 'sym_r_cancel', children: [ { id: 1, title: 'Trading information1', message: - 'Your transaction on Sep 6 was successful, please go to the Dapp to view the transaction detials.', - icon: 'sym_r_cancel' + 'Your transaction on Sep 6 was successful, please go to the Dapp to view the transaction detials.' }, { id: 2, title: 'Trading information2', message: - 'Your transaction on Sep 6 was successful, please go to the Dapp to view the transaction detials.', - icon: 'sym_r_cancel' + 'Your transaction on Sep 6 was successful, please go to the Dapp to view the transaction detials.' }, { id: 3, title: 'Trading information3', message: - 'Your transaction on Sep 6 was successful, please go to the Dapp to view the transaction detials.', - icon: 'sym_r_cancel' + 'Your transaction on Sep 6 was successful, please go to the Dapp to view the transaction detials.' } ] }, { id: 3, application: 'Vault', - icon: 'sym_r_cancel', children: [ { id: 1, title: 'Trading information1', message: - 'Your transaction on Sep 6 was successful, please go to the Dapp to view the transaction detials.', - icon: 'sym_r_cancel' + 'Your transaction on Sep 6 was successful, please go to the Dapp to view the transaction detials.' } ] }