account state pubsub
This commit is contained in:
@@ -528,6 +528,9 @@ header {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.play-btn {
|
||||
font-size: 150%;
|
||||
}
|
||||
|
||||
.refresh-btn {
|
||||
border: 1px solid #222;
|
||||
|
||||
@@ -138,7 +138,7 @@ function Nav(args) {
|
||||
<h1 class="header-title">mnml.gg</h1>
|
||||
<AccountStatus />
|
||||
<hr />
|
||||
<button disabled={canJoin} onClick={() => navTo('list')}>Play</button>
|
||||
<button class="play-btn" disabled={canJoin} onClick={() => navTo('list')}>Play</button>
|
||||
<hr />
|
||||
{joined}
|
||||
{haxSection}
|
||||
|
||||
Reference in New Issue
Block a user