Restored to '29e4194cd85589f897daebcf14ae1b0030cf7a9f'
Replit-Restored-To: 29e4194cd8
This commit is contained in:
@ -207,7 +207,7 @@ export default function Article() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<p key={index} className="mb-3 whitespace-pre-wrap leading-tight">
|
<p key={index} className="mb-3 whitespace-pre-wrap leading-normal">
|
||||||
{part.content}
|
{part.content}
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user