Skip to content

Commit

Permalink
fix: Replace Wallet Notification Icon - MEED-2520 - Meeds-io/MIPs#80 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Sep 15, 2023
1 parent 1e5c0fb commit 3a9e212
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:actions-class="!content && 'd-none'"
:url="transactionUrl">
<template #avatar>
<v-icon size="40">fa-wallet</v-icon>
<v-icon size="40">fa-money-bill-alt</v-icon>
</template>
<template v-if="content" #actions>
<div class="text-truncate">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:actions-class="!content && 'd-none'"
:url="transactionUrl">
<template #avatar>
<v-icon size="40">fa-wallet</v-icon>
<v-icon size="40">fa-money-bill-alt</v-icon>
</template>
<template v-if="content" #actions>
<div class="text-truncate">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</template>
<template #actions>
<div class="text-truncate">
<v-icon size="14" class="me-1">fa-wallet</v-icon>
<v-icon size="14" class="me-1">fa-money-bill-alt</v-icon>
{{ content }}
</div>
</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extensionRegistry.registerExtension('WebNotification', 'notification-group-exten
'EtherSenderNotificationPlugin',
'RewardSuccessNotificationPlugin'
],
icon: 'fa-wallet',
icon: 'fa-money-bill-alt',
});
extensionRegistry.registerExtension('WebNotification', 'notification-content-extension', {
type: 'FundsRequestNotificationPlugin',
Expand Down

0 comments on commit 3a9e212

Please sign in to comment.