Add network indicator class to loading image

This commit is contained in:
Dan Finlay 2016-08-11 19:44:41 -07:00
parent 1ad9c78bbe
commit 20cfd1c9f3
2 changed files with 190 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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: {