minor ui updates

This commit is contained in:
2025-10-28 12:59:20 -06:00
parent 5988639378
commit 11c2366f93
5 changed files with 49 additions and 46 deletions

View File

@@ -16,7 +16,7 @@ export const AddExistingCourseToGlobalSettings = () => {
<div>
<div className="flex justify-center">
<button className="" onClick={() => setShowForm((i) => !i)}>
Add Existing Course
{showForm ? "Hide Form" : "Import Existing Course"}
</button>
</div>