Spaces:
Running
Running
Upload 9 files
Browse files
src/views/InstructorView.js
CHANGED
|
@@ -51,8 +51,10 @@ export async function renderInstructorView() {
|
|
| 51 |
</div>
|
| 52 |
</div>
|
| 53 |
|
| 54 |
-
|
|
|
|
| 55 |
<div id="instructor-modal" class="fixed inset-0 bg-gray-900/95 backdrop-blur z-[80] hidden flex flex-col items-center justify-center p-4">
|
|
|
|
| 56 |
<div class="bg-gray-800 rounded-xl border border-gray-700 shadow-2xl w-full max-w-4xl max-h-[90vh] flex flex-col">
|
| 57 |
<div class="p-6 border-b border-gray-700 flex justify-between items-center">
|
| 58 |
<h2 class="text-2xl font-bold text-white">👥 管理講師權限 (Manage Instructors)</h2>
|
|
|
|
| 51 |
</div>
|
| 52 |
</div>
|
| 53 |
|
| 54 |
+
|
| 55 |
+
<!-- Instructor Management Modal -->
|
| 56 |
<div id="instructor-modal" class="fixed inset-0 bg-gray-900/95 backdrop-blur z-[80] hidden flex flex-col items-center justify-center p-4">
|
| 57 |
+
|
| 58 |
<div class="bg-gray-800 rounded-xl border border-gray-700 shadow-2xl w-full max-w-4xl max-h-[90vh] flex flex-col">
|
| 59 |
<div class="p-6 border-b border-gray-700 flex justify-between items-center">
|
| 60 |
<h2 class="text-2xl font-bold text-white">👥 管理講師權限 (Manage Instructors)</h2>
|