Merge branch 'develop' of ssh://mnml.gg:40022/~/mnml into develop

This commit is contained in:
Mashy
2019-07-16 21:53:28 +10:00
6 changed files with 131 additions and 17 deletions
+1 -1
View File
@@ -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}