From 3147ae2bb2336e34693e9283987b0ae63da8d756 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 24 Dec 2019 18:36:54 +1000 Subject: [PATCH] fix tutorial link --- client/src/components/front.page.jsx | 2 +- client/src/components/mnml.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/front.page.jsx b/client/src/components/front.page.jsx index 40823716..23ff4505 100644 --- a/client/src/components/front.page.jsx +++ b/client/src/components/front.page.jsx @@ -39,7 +39,7 @@ function Play(args) {

MNML is a turn-based 1v1 strategy game in an abstract setting.

Build a unique team of 3 constructs from a range of skills and specialisations.
- Outplay your opponent in multiple rounds by adapting to an always shifting meta.
+ Outplay your opponent across multiple rounds by adapting to an always shifting meta.
Simple rules, complex interactions and unique mechanics.

diff --git a/client/src/components/mnml.jsx b/client/src/components/mnml.jsx index db7b1471..78e13a1b 100644 --- a/client/src/components/mnml.jsx +++ b/client/src/components/mnml.jsx @@ -21,7 +21,7 @@ function Mnml(args) { ? 'show' : ''; - if (!authenticated) return ( + if (!authenticated && !instance && !game) return (