From 789b1db34c3d051014c08c56d9027f2cb4d10c28 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 14 Jun 2016 13:01:04 -0700 Subject: Remove unused class --- ui/app/account-detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') 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:{ -- cgit