Clean up starting

This commit is contained in:
NigeParis 2025-12-29 16:52:01 +01:00 committed by Maix0
parent 7532ce19d2
commit ddfee11474
6 changed files with 73 additions and 107 deletions

View file

@ -11,7 +11,6 @@ export async function openProfilePopup(profil: ClientProfil) {
</br>
<div-login-name id="loginName"> Login ID: '${profil.userID ?? ''}' </div>
</br>
<button id="popup-b-clear" class="btn-style popup-b-clear">Clear Text</button>
<button id="popup-b-invite" class="btn-style popup-b-invite">U Game ?</button>
<button id="popup-b-block" class="btn-style popup-b-block">Block User</button>
<div id="profile-about">About: '${profil.text}' </div>