diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx index 844b0cb6..54e18c34 100644 --- a/src/components/account-info.jsx +++ b/src/components/account-info.jsx @@ -316,6 +316,20 @@ function AccountInfo({ )}

+ + Followers +
+ + {shortenNumber(followersCount)} + {' '} +
+ + Following +
+ + {shortenNumber(followingCount)} + {' '} +
{standalone ? ( Posts @@ -338,20 +352,6 @@ function AccountInfo({ {' '} )} - - Following -
- - {shortenNumber(followingCount)} - {' '} -
- - Followers -
- - {shortenNumber(followersCount)} - {' '} -
{!!createdAt && ( Joined