game tutorial text

This commit is contained in:
Mashy 2019-10-28 09:07:06 +10:00
parent 4cf378f644
commit f188362006

View File

@ -37,7 +37,7 @@ class TargetSvg extends Component {
if (tutorialGame) { if (tutorialGame) {
return ( return (
<div class="resolving-skill"> <div class="resolving-skill">
<p> Select your skills, click on targets and then hit <b>ready</b>.</p> <h2> Select your skills, click on targets and then hit <b>ready</b>.</h2>
</div> </div>
); );
} }