diff --git a/client/src/tutorial.utils.jsx b/client/src/tutorial.utils.jsx index e5846b39..78013698 100644 --- a/client/src/tutorial.utils.jsx +++ b/client/src/tutorial.utils.jsx @@ -4,7 +4,7 @@ const actions = require('./actions'); function tutorialConstructDisplay(player, instance, tutorial, i) { if (instance.time_control === 'Practice' && instance.rounds.length === 1 && tutorial && tutorial < 6) { if (tutorial <= 2 || (tutorial > 2 && i > 0)) { - const classes = `instance-construct`; + const classes = 'instance-construct'; return (
); } } @@ -112,9 +112,8 @@ function tutorialStage(tutorial, ws, clearTutorial, instance) {

Tutorial

Welcome to the vbox phase tutorial.

-

Colours are used to create powerful combinations.

-

Buy two colours from the vbox by double clicking.
- You can also click the colour once and then click the inventory.

+

Colours are used to create powerful combinations with base items.

+

Buy the two colours from the vbox to continue.

); } @@ -151,8 +150,7 @@ function tutorialStage(tutorial, ws, clearTutorial, instance) {

Tutorial

You can also buy specialisation items for your constructs.
Specialisation items increase stats including power, speed and life.

-

Buy the specialisation item from the vbox by double clicking.
- You can also click the specialisation once and then click the inventory.

+

Buy the specialisation item from the vbox to continue.

); }