From 13766150c29a7d07770354a22f9611c329bb099b Mon Sep 17 00:00:00 2001 From: George Fang <26337405+Spazzinq@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:19:59 -0500 Subject: [PATCH] Fix spacing issues --- app/page.tsx | 4 +- components/CreatePlan.tsx | 126 +++++++++++++++++++------------------- components/Search.tsx | 3 +- 3 files changed, 65 insertions(+), 68 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 9860fbb..bd6b6c6 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -120,12 +120,12 @@ async function Home(props: any) {
-
+
{props.fullCourseList}
-
+
diff --git a/components/CreatePlan.tsx b/components/CreatePlan.tsx index aab9fe5..f024d06 100644 --- a/components/CreatePlan.tsx +++ b/components/CreatePlan.tsx @@ -130,7 +130,7 @@ export default function CreatePlan(props: any) { - +
{course.courseTitle.replace(/&/g, "&")}
@@ -171,79 +171,77 @@ export default function CreatePlan(props: any) { }; return ( - <> -
- {/*
+
+ {/*
Create a Plan
*/} -
-
-
Create a Plan
-
- { - setCoursePlanName(event.target.value); - }} - /> - -
+
+
+
Create a Plan
+
+ { + setCoursePlanName(event.target.value); + }} + /> +
+
-
- - {/* --------------------------------- or --------------------------- */} -
or
- -
+
+ + {/* --------------------------------- or --------------------------- */} +
or
+ +
-
-
Select a Plan
-
- - -
+
+
Select a Plan
+
+ + +
+
-
- -
+
+
- +
); } diff --git a/components/Search.tsx b/components/Search.tsx index 51a6427..b67c279 100644 --- a/components/Search.tsx +++ b/components/Search.tsx @@ -137,9 +137,8 @@ export default function Search(props: any) { }; return ( -
+
-