Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -1184,7 +1184,7 @@
|
|
1184 |
// Update the toggle icon
|
1185 |
const toggleIcon = this.querySelector('.toggle-icon');
|
1186 |
if (body.classList.contains('collapsed')) {
|
1187 |
-
toggleIcon.textContent = '
|
1188 |
} else {
|
1189 |
toggleIcon.textContent = '▼';
|
1190 |
}
|
|
|
1184 |
// Update the toggle icon
|
1185 |
const toggleIcon = this.querySelector('.toggle-icon');
|
1186 |
if (body.classList.contains('collapsed')) {
|
1187 |
+
toggleIcon.textContent = '▶';
|
1188 |
} else {
|
1189 |
toggleIcon.textContent = '▼';
|
1190 |
}
|