diff --git a/src/lib/components/CardPerfil.svelte b/src/lib/components/CardPerfil.svelte index 0d1b879..6517782 100644 --- a/src/lib/components/CardPerfil.svelte +++ b/src/lib/components/CardPerfil.svelte @@ -90,9 +90,11 @@ {usu.displayName}
@{data.username}
-
- {@html usu.bio.replaceAll("\n", "
")}
-
+ {@html usu.bio.replaceAll('\n', '
')}
+
- {@html usu.bio.replaceAll("\n", "
")}
-
+ {@html usu.bio.replaceAll('\n', '
')}
+