fix tutorial link

This commit is contained in:
ntr 2019-12-24 18:36:54 +10:00
parent a9fbfd63ce
commit 3147ae2bb2
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ function Play(args) {
<p> MNML is a turn-based 1v1 strategy game in an abstract setting. </p>
<p>
Build a unique team of 3 constructs from a range of skills and specialisations.<br />
Outplay your opponent in multiple rounds by adapting to an always shifting meta. <br />
Outplay your opponent across multiple rounds by adapting to an always shifting meta. <br />
Simple rules, complex interactions and unique mechanics.<br />
</p>
</div>

View File

@ -21,7 +21,7 @@ function Mnml(args) {
? 'show'
: '';
if (!authenticated) return (
if (!authenticated && !instance && !game) return (
<div id="mnml" class='front-page'>
<FrontPage />
<div id="rotate" class={rotateClass} ></div>