From fc9f6874a17a606f4cf667effecc3b0b9ab62547 Mon Sep 17 00:00:00 2001 From: Cheelax Date: Tue, 19 Nov 2024 21:08:28 +0100 Subject: [PATCH] fix view --- client/src/ui/components/Tutorial/Tutorial.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/ui/components/Tutorial/Tutorial.tsx b/client/src/ui/components/Tutorial/Tutorial.tsx index 2a7bdfa..183a91a 100644 --- a/client/src/ui/components/Tutorial/Tutorial.tsx +++ b/client/src/ui/components/Tutorial/Tutorial.tsx @@ -107,9 +107,9 @@ const Tutorial: React.FC = ({ showGrid, endTutorial }) => { if (!showGrid) return null; return ( -
+
{isIntermission && ( -
+

Congratulations!

You have successfully completed Step {tutorialStep}. @@ -123,7 +123,7 @@ const Tutorial: React.FC = ({ showGrid, endTutorial }) => {

)} -
+