From 9f4be280e3c538caa15d67110461367038dc37e0 Mon Sep 17 00:00:00 2001
From: neilwj7 <123401920+neilwj7@users.noreply.github.com>
Date: Sun, 24 Nov 2024 13:20:02 -0800
Subject: [PATCH] Changed level 4 to match the figma (#131)
Co-authored-by: Sanjna <108957464+SanjnaT41756@users.noreply.github.com>
---
src/components/shared/ExerciseSide.tsx | 48 ++++++++++----------------
1 file changed, 19 insertions(+), 29 deletions(-)
diff --git a/src/components/shared/ExerciseSide.tsx b/src/components/shared/ExerciseSide.tsx
index 5a577d7..c3712a5 100644
--- a/src/components/shared/ExerciseSide.tsx
+++ b/src/components/shared/ExerciseSide.tsx
@@ -37,6 +37,7 @@ ExerciseSideProps): JSX.Element {
'unitcircle',
'axis',
'graph0',
+ 'graph1',
'congrats',
];
let curExercise;
@@ -123,53 +124,42 @@ ExerciseSideProps): JSX.Element {