mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Let's flip things around
This commit is contained in:
parent
4dbc26dbb6
commit
fd1fc9c5fc
1 changed files with 14 additions and 14 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue