slight looks updates

This commit is contained in:
MathMan05 2024-07-31 22:27:28 -05:00
parent 92a19ea3f9
commit 08d25f5082
3 changed files with 8 additions and 6 deletions

View file

@ -325,12 +325,12 @@ class Channel{
const decoration=document.createElement("img");
decoration.src="/icons/voice.svg";
div.appendChild(decoration)
decoration.classList.add("spacee","svgtheme");
decoration.classList.add("space","svgtheme");
}else if(this.type===5){//
const decoration=document.createElement("img");
decoration.src="/icons/announce.svg";
div.appendChild(decoration)
decoration.classList.add("spacee","svgtheme");
decoration.classList.add("space","svgtheme");
}else{
console.log(this.type)
}