fix: remove div around box

pull/118/head
Raymond 2025-02-26 19:13:55 -05:00
parent 2d1def91e8
commit af82ab18ff
1 changed files with 7 additions and 9 deletions

View File

@ -147,7 +147,6 @@
</div>
{#if d.user.aquaUser?.profileBio}
<div>
<div class="activity-info">
<div class="info-bottom">
<div class="profile-bio">
@ -156,7 +155,6 @@
</div>
</div>
</div>
</div>
{/if}
<ChuniUserboxDisplay {game} {username} bind:error={error} />