From 8f9057532b5e621acecd1dac769590dce74dc6ac Mon Sep 17 00:00:00 2001
From: NotAmaia <012.sva@gmail.com>
Date: Tue, 13 Feb 2024 18:19:32 -0800
Subject: [PATCH] 52_addedInstructions
---
.../shared/Exercises/GraphInput.tsx | 4 +
src/styles/Exercises/GraphInput.scss | 22 +
yarn.lock | 386 +++++++-----------
3 files changed, 164 insertions(+), 248 deletions(-)
diff --git a/src/components/shared/Exercises/GraphInput.tsx b/src/components/shared/Exercises/GraphInput.tsx
index f944508..a20c5ba 100644
--- a/src/components/shared/Exercises/GraphInput.tsx
+++ b/src/components/shared/Exercises/GraphInput.tsx
@@ -63,6 +63,10 @@ function GraphInput({
};
return (
+
+ Fill in the blanks to move the cursor along the path!
+
+
{questionArray.map(makeLine)}