Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ualnomis committed Aug 10, 2024
1 parent 9a2e30b commit ad8c53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/CourseForm/CourseForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function CourseForm({ id }: { id?: string }) {
borderRadius: '4px',
})}
>
Create Course
{id ? 'Edit Course' : 'Create Course'}
</button>
}
>
Expand Down

0 comments on commit ad8c53d

Please sign in to comment.