YchKhan commited on
Commit
cef998e
·
verified ·
1 Parent(s): 8c52c75

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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
  }