From 867912aa1b3f28f34cf01dcdfd04367ba1cf87ff Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 24 Mar 2022 14:07:08 -0400 Subject: [PATCH] Wrap profile fields --- .../ui/components/profile_info_panel.js | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/app/soapbox/features/ui/components/profile_info_panel.js b/app/soapbox/features/ui/components/profile_info_panel.js index 41fef805e..1f57ed483 100644 --- a/app/soapbox/features/ui/components/profile_info_panel.js +++ b/app/soapbox/features/ui/components/profile_info_panel.js @@ -186,7 +186,7 @@ class ProfileInfoPanel extends ImmutablePureComponent { } -
+
{isLocal(account) ? ( - - {isSafeUrl(account.get('website')) ? ( - {account.get('website')} - ) : ( - account.get('website') - )} - +
+ + {isSafeUrl(account.get('website')) ? ( + {account.get('website')} + ) : ( + account.get('website') + )} + +
) : null}