diff options
Diffstat (limited to 'ui/app/accounts')
-rw-r--r-- | ui/app/accounts/account-list-item.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/accounts/account-list-item.js b/ui/app/accounts/account-list-item.js index b42de182e..6bba6e145 100644 --- a/ui/app/accounts/account-list-item.js +++ b/ui/app/accounts/account-list-item.js @@ -62,6 +62,7 @@ NewComponent.prototype.render = function () { }, }, [ h('img.cursor-pointer.color-orange', { + title: 'Copy Address', src: 'images/copy.svg', onClick: (event) => { event.stopPropagation() |