Fixed typo

This commit is contained in:
MathMan05 2024-06-09 13:24:04 -05:00
parent 1b6c5e20c0
commit bf9062bfc8
2 changed files with 13 additions and 13 deletions

View file

@ -28,7 +28,7 @@ class cmessage{
const username=document.createElement("span");
replyline.appendChild(username);
const reply=document.createElement("div");
username.classList.add("replyusername")
username.classList.add("username")
reply.classList.add("replytext");
replyline.appendChild(reply);
const line2=document.createElement("hr");