mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
minor ui updates
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user