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) => {