mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-26 15:04: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>
|
<Link className="nounderline" to="/users"><Icon name="globe" className="fa-2x light"/></Link>
|
||||||
</span>
|
</span>
|
||||||
} else if (this.state.loading) {
|
} 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) {
|
} else if (this.state.limited) {
|
||||||
return <Link className="nounderline" to="/status"><Icon name="exclamation-triangle" className="fa-2x light"/></Link>
|
return <Link className="nounderline" to="/status"><Icon name="exclamation-triangle" className="fa-2x light"/></Link>
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user