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> MNML is a turn-based 1v1 strategy game in an abstract setting. </p>
<p> <p>
Build a unique team of 3 constructs from a range of skills and specialisations.<br /> 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 /> Simple rules, complex interactions and unique mechanics.<br />
</p> </p>
</div> </div>

View File

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