From f188362006800998c8699fa0eb93db43e35b48fc Mon Sep 17 00:00:00 2001 From: Mashy Date: Mon, 28 Oct 2019 09:07:06 +1000 Subject: [PATCH] game tutorial text --- client/src/components/targeting.arrows.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/targeting.arrows.jsx b/client/src/components/targeting.arrows.jsx index ebbb8eed..4a7398e9 100644 --- a/client/src/components/targeting.arrows.jsx +++ b/client/src/components/targeting.arrows.jsx @@ -37,7 +37,7 @@ class TargetSvg extends Component { if (tutorialGame) { return (
-

Select your skills, click on targets and then hit ready.

+

Select your skills, click on targets and then hit ready.

); }