uppercase READY prompt

This commit is contained in:
ntr 2019-11-05 13:00:06 +11:00
parent a2a251904f
commit ec24e3a194

View File

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