up demo with less stuff

This commit is contained in:
Tykayn 2025-09-23 11:51:54 +02:00 committed by tykayn
parent 91e34032b2
commit 2e3c2cd25d
3 changed files with 73 additions and 19 deletions

View file

@ -1209,9 +1209,9 @@
// Update the content
userInfoPanel.innerHTML = `
<h3>User Information</h3>
<p>Username: <strong>${username}</strong></p>
<p>Points: <span class="user-points">${points}</span></p>
<!-- <h3>User Information</h3>-->
<p> <strong>${username}</strong></p>
<p> <span class="user-points">${points}</span> points</p>
`;
}