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 (