This commit is contained in:
2025-12-26 16:40:06 -03:00
parent d45e73d1bc
commit 1152459006
+2 -1
View File
@@ -92,7 +92,8 @@
</h1> </h1>
{#if usu.bio} {#if usu.bio}
<p class="mt-4 rounded-4xl bg-accent p-4 text-center text-muted-foreground"> <p class="mt-4 rounded-4xl bg-accent p-4 text-center text-muted-foreground">
{@html usu.bio.replaceAll('\n', '<br>')} {usu.bio.replaceAll('\n', '<br>')}
<!-- {@html usu.bio.replaceAll('\n', '<br>')} -->
</p> </p>
{/if} {/if}
{:else} {:else}