From 965b20229c3ef96acfd403b4f27594062891c624 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 12 Dec 2024 11:42:25 -0600 Subject: [PATCH] Wrap Trans better --- .../Profile/components/ProfileFeedHeader.tsx | 36 ++++++++++--------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/src/screens/Profile/components/ProfileFeedHeader.tsx b/src/screens/Profile/components/ProfileFeedHeader.tsx index 0021e17cda..0154d535c2 100644 --- a/src/screens/Profile/components/ProfileFeedHeader.tsx +++ b/src/screens/Profile/components/ProfileFeedHeader.tsx @@ -411,23 +411,25 @@ function DialogInner({ - By{' '} - control.close()}> - {sanitizeHandle(info.creatorHandle, '@')} - + + By{' '} + control.close()}> + {sanitizeHandle(info.creatorHandle, '@')} + +