diff options
Remove unused class
Diffstat (limited to 'ui/app/account-detail.js')
-rw-r--r-- | ui/app/account-detail.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js index 0ac589dfb..2f897e19b 100644 --- a/ui/app/account-detail.js +++ b/ui/app/account-detail.js @@ -127,7 +127,7 @@ AccountDetailScreen.prototype.render = function() { }, }), - h('img.fa-md.cursor-pointer.color-orange', { + h('img.cursor-pointer.color-orange', { src: 'images/download.svg', onClick: () => this.requestAccountExport(selected), style:{ |