Lashtw commited on
Commit
3c0706e
·
verified ·
1 Parent(s): 32956f2

Upload 9 files

Browse files
Files changed (1) hide show
  1. src/views/InstructorView.js +1 -1
src/views/InstructorView.js CHANGED
@@ -72,7 +72,7 @@ export async function renderInstructorView() {
72
  </div>
73
  </div>
74
 
75
- <!--Group Photo Modal-- >
76
  <div id="group-photo-modal" class="fixed inset-0 bg-gray-900/95 backdrop-blur-md z-50 hidden flex flex-col items-center justify-center p-4 transition-opacity duration-300">
77
  <button onclick="document.getElementById('group-photo-modal').classList.add('hidden')" class="absolute top-6 right-6 text-gray-400 hover:text-white text-4xl z-50">✕</button>
78
 
 
72
  </div>
73
  </div>
74
 
75
+ <!--Group Photo Modal-->
76
  <div id="group-photo-modal" class="fixed inset-0 bg-gray-900/95 backdrop-blur-md z-50 hidden flex flex-col items-center justify-center p-4 transition-opacity duration-300">
77
  <button onclick="document.getElementById('group-photo-modal').classList.add('hidden')" class="absolute top-6 right-6 text-gray-400 hover:text-white text-4xl z-50">✕</button>
78