mirror of https://github.com/hykilpikonna/AquaDX
feat: add bio to profile
parent
5adbcc0aff
commit
7fc328b60a
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue