Smaller 'last status'

This commit is contained in:
Lim Chee Aun 2023-04-19 09:40:46 +08:00
parent 155bb2c705
commit 043c68f9ff

View file

@ -518,12 +518,12 @@ function RelatedActions({ info, instance, authenticated }) {
{followedBy ? ( {followedBy ? (
<span class="tag">Following you</span> <span class="tag">Following you</span>
) : !!lastStatusAt ? ( ) : !!lastStatusAt ? (
<span class="insignificant"> <small class="insignificant">
Last status:{' '} Last status:{' '}
{niceDateTime(lastStatusAt, { {niceDateTime(lastStatusAt, {
hideTime: true, hideTime: true,
})} })}
</span> </small>
) : ( ) : (
<span /> <span />
)}{' '} )}{' '}