Start assignment button is not responding - Follow Up Deployment
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -120,7 +120,7 @@
|
|
| 120 |
<span id="lastSaved"></span>
|
| 121 |
</div>
|
| 122 |
<div class="space-x-2">
|
| 123 |
-
<button id="submitAssignmentBtn" class="bg-green-600 text-white px-4 py-2 rounded-md hover:bg-green-700 transition">
|
| 124 |
<button id="saveDraftBtn" class="bg-gray-600 text-white px-4 py-2 rounded-md hover:bg-gray-700 transition">Save Draft</button>
|
| 125 |
</div>
|
| 126 |
</div>
|
|
|
|
| 120 |
<span id="lastSaved"></span>
|
| 121 |
</div>
|
| 122 |
<div class="space-x-2">
|
| 123 |
+
<button id="submitAssignmentBtn" class="bg-green-600 text-white px-4 py-2 rounded-md hover:bg-green-700 transition">Download Assignment</button>
|
| 124 |
<button id="saveDraftBtn" class="bg-gray-600 text-white px-4 py-2 rounded-md hover:bg-gray-700 transition">Save Draft</button>
|
| 125 |
</div>
|
| 126 |
</div>
|