From 08341994ddeb3a5be3d7bf656a771420683eb85a Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 27 May 2026 16:26:49 +0300 Subject: [PATCH] fix long handles --- bskyogcard/src/components/ChatInvite.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/bskyogcard/src/components/ChatInvite.tsx b/bskyogcard/src/components/ChatInvite.tsx index feb3b61007..c88f5ac6d0 100644 --- a/bskyogcard/src/components/ChatInvite.tsx +++ b/bskyogcard/src/components/ChatInvite.tsx @@ -89,13 +89,18 @@ export function ChatInvite({ {/* By @handle */}
- By @{preview.owner.handle} + {'By @' + preview.owner.handle}