diff --git a/src/components/profile/ProfileCard.tsx b/src/components/profile/ProfileCard.tsx index 2828773..4cbc55f 100644 --- a/src/components/profile/ProfileCard.tsx +++ b/src/components/profile/ProfileCard.tsx @@ -89,8 +89,8 @@ export function ProfileCard({ return (
{/* Name and Actions Row */} -
-
+
+

{firstName}{' '} @@ -157,7 +157,7 @@ export function ProfileCard({

{/* Action Buttons */} -
+
{/* Message button - only enabled when connected */} {(showEditButton || connectionStatus === 'ACCEPTED') && ( messageHref ? (