From c0d94896aa44aecc54fd48a758be736448e31c2a Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 16 May 2022 14:34:35 -0400 Subject: [PATCH] Underline links --- app/soapbox/features/ui/components/profile_stats.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/ui/components/profile_stats.tsx b/app/soapbox/features/ui/components/profile_stats.tsx index 8ef98374f..998baa379 100644 --- a/app/soapbox/features/ui/components/profile_stats.tsx +++ b/app/soapbox/features/ui/components/profile_stats.tsx @@ -28,7 +28,7 @@ const ProfileStats: React.FC = ({ account, onClickHandler }) => { return ( - + {shortNumberFormat(account.followers_count)} @@ -39,7 +39,7 @@ const ProfileStats: React.FC = ({ account, onClickHandler }) => { - + {shortNumberFormat(account.following_count)}