feat: add bio to profile

v1-dev
Raymond 2025-02-26 19:09:15 -05:00 committed by Azalea
parent 5adbcc0aff
commit 7fc328b60a
1 changed files with 13 additions and 0 deletions

View File

@ -146,6 +146,19 @@
</nav> </nav>
</div> </div>
{#if d.user.aquaUser?.profileBio}
<div>
<div class="activity-info">
<div class="info-bottom">
<div class="profile-bio">
<span>{t("settings.profile.bio")}</span>
<span>{d.user.aquaUser?.profileBio}</span>
</div>
</div>
</div>
</div>
{/if}
<ChuniUserboxDisplay {game} {username} bind:error={error} /> <ChuniUserboxDisplay {game} {username} bind:error={error} />
<div> <div>