From ad8c53d88285df069ca19ea8ac989307437fea47 Mon Sep 17 00:00:00 2001 From: Ualnomis Date: Sat, 10 Aug 2024 11:21:52 -0400 Subject: [PATCH] fix: typo --- frontend/src/components/CourseForm/CourseForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/CourseForm/CourseForm.tsx b/frontend/src/components/CourseForm/CourseForm.tsx index dd7e712..b25c6d2 100644 --- a/frontend/src/components/CourseForm/CourseForm.tsx +++ b/frontend/src/components/CourseForm/CourseForm.tsx @@ -83,7 +83,7 @@ function CourseForm({ id }: { id?: string }) { borderRadius: '4px', })} > - Create Course + {id ? 'Edit Course' : 'Create Course'} } >