Spaces:
Running
Running
Commit
·
75d3f6a
1
Parent(s):
d913916
Remove test data
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -166,8 +166,8 @@
|
|
| 166 |
</button>
|
| 167 |
</div>
|
| 168 |
<div class="flex gap-0">
|
| 169 |
-
<input type="checkbox" @click="switchData()" class="rounded accent-orange-300">
|
| 170 |
-
<span class="md:px-3 py-1 text-gray-800 ml-0">Use Test Data</span>
|
| 171 |
<input type="checkbox" @click="switchTheme()" class="rounded accent-orange-300">
|
| 172 |
<span class="md:px-3 py-1 text-gray-800 ml-0">Show Dark Mode</span>
|
| 173 |
<!-- <button
|
|
|
|
| 166 |
</button>
|
| 167 |
</div>
|
| 168 |
<div class="flex gap-0">
|
| 169 |
+
<!-- <input type="checkbox" @click="switchData()" class="rounded accent-orange-300">
|
| 170 |
+
<span class="md:px-3 py-1 text-gray-800 ml-0">Use Test Data</span> -->
|
| 171 |
<input type="checkbox" @click="switchTheme()" class="rounded accent-orange-300">
|
| 172 |
<span class="md:px-3 py-1 text-gray-800 ml-0">Show Dark Mode</span>
|
| 173 |
<!-- <button
|