[Glitch] Profile redesign: Re-adds title for profile counts and join date
Port 931f43c8b846674a14eafdec104cb5225237d9bb to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
edbe394c42
commit
e8b0d43921
@ -85,7 +85,7 @@ const RedesignNumberFields: FC<{ accountId: string }> = ({ accountId }) => {
|
||||
>
|
||||
<li>
|
||||
<FormattedMessage id='account.posts' defaultMessage='Posts' />
|
||||
<strong>
|
||||
<strong title={intl.formatNumber(account.statuses_count)}>
|
||||
<ShortNumber value={account.statuses_count} />
|
||||
</strong>
|
||||
</li>
|
||||
@ -114,7 +114,7 @@ const RedesignNumberFields: FC<{ accountId: string }> = ({ accountId }) => {
|
||||
|
||||
<li>
|
||||
<FormattedMessage id='account.joined_short' defaultMessage='Joined' />
|
||||
<strong>
|
||||
<strong title={intl.formatDate(account.created_at)}>
|
||||
{createdThisYear ? (
|
||||
<FormattedDateWrapper
|
||||
value={account.created_at}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user