aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/accounts')
-rw-r--r--ui/app/accounts/account-panel.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/accounts/account-panel.js b/ui/app/accounts/account-panel.js
index 53ccf7d2c..af3d0d347 100644
--- a/ui/app/accounts/account-panel.js
+++ b/ui/app/accounts/account-panel.js
@@ -60,7 +60,8 @@ NewComponent.prototype.render = function () {
margin: '0 20px',
},
}, [
- h('i.fa.fa-clipboard.fa-md.cursor-pointer.color-orange', {
+ h('img.cursor-pointer.color-orange', {
+ src: 'images/copy.svg',
onClick: (event) => {
event.stopPropagation()
event.preventDefault()