From ca2dffd9c34023810636f8fa598893fb1862c6dd Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 2 May 2023 13:09:58 -0500 Subject: [PATCH] ProfileInfoPanel: truncate long username while loading --- app/soapbox/features/ui/components/profile-info-panel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/ui/components/profile-info-panel.tsx b/app/soapbox/features/ui/components/profile-info-panel.tsx index 6d407eaab4..39128561dc 100644 --- a/app/soapbox/features/ui/components/profile-info-panel.tsx +++ b/app/soapbox/features/ui/components/profile-info-panel.tsx @@ -120,7 +120,7 @@ const ProfileInfoPanel: React.FC = ({ account, username }) => - + @{username}