mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-24 14:44:19 +01:00
fix #87
This commit is contained in:
parent
182b2a980f
commit
9567b99a26
@ -27,7 +27,7 @@ module.exports = function (boardsAPI) {
|
||||
<Link className="nounderline" to="/users"><Icon name="globe" className="fa-2x light"/></Link>
|
||||
</span>
|
||||
} else if (this.state.loading) {
|
||||
return <Icon name="refresh" className="fa-2x fa-spin light"/>
|
||||
return <Link className="nounderline" to="/status"><Icon name="refresh" className="fa-2x fa-spin light"/></Link>
|
||||
} else if (this.state.limited) {
|
||||
return <Link className="nounderline" to="/status"><Icon name="exclamation-triangle" className="fa-2x light"/></Link>
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user