From b612d70e91fa14f93118982ed2f25111c6c35f5b Mon Sep 17 00:00:00 2001 From: benji-bitfly Date: Tue, 22 Oct 2024 09:23:49 +0200 Subject: [PATCH] refactor(NotificationsDashboardDialogEntity): change `withdrawal` icon --- frontend/components/bc/BcAccordion.vue | 1 + .../notifications/NotificationsDashboardDialogEntity.vue | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/components/bc/BcAccordion.vue b/frontend/components/bc/BcAccordion.vue index b375bf80c..aed38db72 100644 --- a/frontend/components/bc/BcAccordion.vue +++ b/frontend/components/bc/BcAccordion.vue @@ -91,6 +91,7 @@ const copyText = async () => { position: relative; summary { list-style: none; + cursor: pointer; } summary::-webkit-details-marker{ display: none; diff --git a/frontend/components/notifications/NotificationsDashboardDialogEntity.vue b/frontend/components/notifications/NotificationsDashboardDialogEntity.vue index dc6ff4d48..99fe44a53 100644 --- a/frontend/components/notifications/NotificationsDashboardDialogEntity.vue +++ b/frontend/components/notifications/NotificationsDashboardDialogEntity.vue @@ -6,6 +6,7 @@ import { faCube, faFileSignature, faGlobe, + faMoneyBill, faPowerOff, faRocket, faUserSlash, @@ -239,7 +240,7 @@ const formatValueWei = (value: string) => {