Let's flip things around

This commit is contained in:
Lim Chee Aun 2023-07-11 19:20:01 +08:00
parent 4dbc26dbb6
commit fd1fc9c5fc

View file

@ -316,6 +316,20 @@ function AccountInfo({
</div> </div>
)} )}
<p class="stats"> <p class="stats">
<span>
Followers
<br />
<b title={followersCount}>
{shortenNumber(followersCount)}
</b>{' '}
</span>
<span>
Following
<br />
<b title={followingCount}>
{shortenNumber(followingCount)}
</b>{' '}
</span>
{standalone ? ( {standalone ? (
<span> <span>
Posts Posts
@ -338,20 +352,6 @@ function AccountInfo({
</b>{' '} </b>{' '}
</Link> </Link>
)} )}
<span>
Following
<br />
<b title={followingCount}>
{shortenNumber(followingCount)}
</b>{' '}
</span>
<span>
Followers
<br />
<b title={followersCount}>
{shortenNumber(followersCount)}
</b>{' '}
</span>
{!!createdAt && ( {!!createdAt && (
<span> <span>
Joined Joined