diff options
Add network indicator class to loading image
Diffstat (limited to 'ui/app/components/network.js')
-rw-r--r-- | ui/app/components/network.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/network.js b/ui/app/components/network.js index 95901fe70..4a5449836 100644 --- a/ui/app/components/network.js +++ b/ui/app/components/network.js @@ -23,7 +23,7 @@ Network.prototype.render = function () { if (networkNumber === 'loading') { - return h('img', { + return h('img.network-indicator', { title: 'Attempting to connect to blockchain.', onClick: (event) => this.props.onClick(event), style: { |