From 9b1c5eb428f452e34a9e2e4ed289ea151c027ee3 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 5 Jun 2026 16:36:19 +0300 Subject: [PATCH] fix nested text --- src/components/dms/ChatInvite/Card.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/dms/ChatInvite/Card.tsx b/src/components/dms/ChatInvite/Card.tsx index 2dd568ce39..b559a9a4a3 100644 --- a/src/components/dms/ChatInvite/Card.tsx +++ b/src/components/dms/ChatInvite/Card.tsx @@ -74,7 +74,10 @@ export function Card({size}: {size: 'large' | 'small'}) { numberOfLines={1} allowFontScaling={!hasFixedHeight}> - By {ownerDisplayName} + By{' '} + + {ownerDisplayName} +