rename colaspeicon to collapse-icon

This commit is contained in:
ygg2 2024-08-30 05:22:25 -04:00
parent 616c60ba04
commit f233961e6b
3 changed files with 3 additions and 3 deletions

View file

@ -354,7 +354,7 @@ class Channel {
const caps = document.createElement("div");
const decdiv = document.createElement("div");
const decoration = document.createElement("span");
decoration.classList.add("svgtheme", "colaspeicon", "svg-category");
decoration.classList.add("svgtheme", "collapse-icon", "svg-category");
decdiv.appendChild(decoration);
const myhtml = document.createElement("p2");
myhtml.textContent = this.name;