made that a class instead

This commit is contained in:
ygg2 2024-10-31 00:52:28 -04:00
parent 6a66fadaed
commit ac26d313d4
2 changed files with 2 additions and 2 deletions

View file

@ -314,7 +314,7 @@ class RoleList extends Buttons{
buttonTable.classList.add("flexttb");
const roleRow=document.createElement("div");
roleRow.classList.add("flexltr");
roleRow.classList.add("flexltr","rolesheader");
roleRow.append("Roles");
const add=document.createElement("span");
add.classList.add("svg-plus","svgicon","addrole");