Spaces:
Runtime error
Runtime error
buletomato25
commited on
Commit
·
eace12d
1
Parent(s):
527491b
delete_white
Browse files- static/reset.js +1 -1
static/reset.js
CHANGED
|
@@ -28,7 +28,7 @@ async function fetchAndRenderMembers() {
|
|
| 28 |
id="checkbox-${name}"
|
| 29 |
class="px-4 py-2 border rounded focus:outline-none focus:ring-2 focus:ring-blue-500 bg-gray-700 text-white"
|
| 30 |
/>
|
| 31 |
-
<lavel for="checkbox-${name}" class="text-
|
| 32 |
`;
|
| 33 |
|
| 34 |
container.appendChild(newItem);
|
|
|
|
| 28 |
id="checkbox-${name}"
|
| 29 |
class="px-4 py-2 border rounded focus:outline-none focus:ring-2 focus:ring-blue-500 bg-gray-700 text-white"
|
| 30 |
/>
|
| 31 |
+
<lavel for="checkbox-${name}" class="text-lg">${name}</label>
|
| 32 |
`;
|
| 33 |
|
| 34 |
container.appendChild(newItem);
|