mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
Fix profile lines
This commit is contained in:
parent
e924618aa4
commit
0f8e0ff2fa
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export default function UserPage() {
|
||||||
<div className="p-8 mt-8">
|
<div className="p-8 mt-8">
|
||||||
<p className="text-3xl">{user.name}</p>
|
<p className="text-3xl">{user.name}</p>
|
||||||
<div
|
<div
|
||||||
className="prose dark:prose-invert !duration-250 !ease-linear !transition-all"
|
className="prose dark:prose-invert !duration-250 !ease-linear !transition-all max-w-full break-words"
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html:
|
__html:
|
||||||
user.bio && user.bio != "<p></p>" ? user.bio : "No user bio",
|
user.bio && user.bio != "<p></p>" ? user.bio : "No user bio",
|
||||||
|
|
Loading…
Reference in a new issue