added note about avatars to the edit profile popup

This commit is contained in:
Miodec 2022-06-22 15:12:50 +02:00
parent 9d2dfa9754
commit de37ca7cbe
2 changed files with 9 additions and 0 deletions

View file

@ -1224,6 +1224,8 @@
}
#editProfilePopup {
width: 100%;
max-width: 600px;
label {
color: var(--sub-color);
}

View file

@ -967,6 +967,13 @@
<div id="editProfilePopupWrapper" class="popupWrapper hidden">
<div id="editProfilePopup">
<div class="title">Edit Profile</div>
<div>
<label>avatar</label>
<div>
To update your avatar make sure your Discord account is linked, then go
to Settings > Account > Discord Integration and click "Update Avatar"
</div>
</div>
<div>
<label>bio</label>
<textarea class="bio" type="text" autocomplete="off"></textarea>