Skip to content

Commit

Permalink
refactor(NotificationsDashboardDialogEntity): change withdrawal icon
Browse files Browse the repository at this point in the history
  • Loading branch information
benji-bitfly committed Oct 22, 2024
1 parent 4eb31ff commit b612d70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/components/bc/BcAccordion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ const copyText = async () => {
position: relative;
summary {
list-style: none;
cursor: pointer;
}
summary::-webkit-details-marker{
display: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
faCube,
faFileSignature,
faGlobe,
faMoneyBill,
faPowerOff,
faRocket,
faUserSlash,
Expand Down Expand Up @@ -239,7 +240,7 @@ const formatValueWei = (value: string) => {
</template>
<template #headingIcon>
<FontAwesomeIcon
:icon="faFileSignature"
:icon="faMoneyBill"
class="notifications-dashboard-dialog-entity__icon__green"
/>
</template>
Expand Down

0 comments on commit b612d70

Please sign in to comment.