Revamp framework view

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-03-28 00:10:54 +01:00
parent 5a2d111538
commit 2fda2a685d
5 changed files with 56 additions and 116 deletions

View File

@@ -70,7 +70,12 @@ export function PageDescription({
children: ReactNode;
}) {
return (
<div className={cn("text-md text-muted-foreground", className)}>
<div
className={cn(
"text-md text-muted-foreground whitespace-pre-wrap",
className
)}
>
{children}
</div>
);