diff --git a/src/components/profile/ProfileIdentityRail.tsx b/src/components/profile/ProfileIdentityRail.tsx index 6ede300b..795a7eb1 100644 --- a/src/components/profile/ProfileIdentityRail.tsx +++ b/src/components/profile/ProfileIdentityRail.tsx @@ -294,7 +294,7 @@ export function ProfileIdentityHeader({ }: ProfileIdentityHeaderProps) { return (
- {/* Identity: name + NIP-05 + website + bio */} + {/* Identity: name + NIP-05 + website + stats + bio */}

{metadataEvent ? ( @@ -317,6 +317,16 @@ export function ProfileIdentityHeader({

)} + {/* Stats: Raised + Followers + Following on a single inline row. */} + {metadata?.about && (

{metadata.about} @@ -341,17 +351,6 @@ export function ProfileIdentityHeader({ onDonate={onDonate} /> )} - - {/* Stats: Raised + Followers + Following on a single inline row. */} -

); }