change user page design

This commit is contained in:
Mystikfluu
2022-07-09 16:09:27 +02:00
parent f0110724dd
commit 22fa2d4759
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -48,6 +48,6 @@ async function setuser() {
avatar = "/images/default_avatar.png"
}
document.getElementById("user").innerText = `User: ${username}`;
document.getElementById("bio").placeholder = decodeURIComponent(bio);
document.getElementById("userBio").placeholder = "Bio: " + decodeURIComponent(bio);
document.getElementById("avatarimg").src = avatar;
}