From ce11af1d2b4d1e14af245731ad63fa73b6331759 Mon Sep 17 00:00:00 2001 From: bal7hazar Date: Thu, 19 Dec 2024 20:30:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20header=20layout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/profile/src/components/layout/index.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/profile/src/components/layout/index.tsx b/packages/profile/src/components/layout/index.tsx index 23d4bb51d..3e55c3649 100644 --- a/packages/profile/src/components/layout/index.tsx +++ b/packages/profile/src/components/layout/index.tsx @@ -100,14 +100,16 @@ export function LayoutHeader({ )} -
+
{typeof title === "object" ? ( title ) : ( -
{title}
+
+ {title} +
)} {description && typeof description === "string" ? ( -
+
{description}
) : (