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 ? (
<span class="tag">Following you</span>
) : !!lastStatusAt ? (
<span class="insignificant">
<small class="insignificant">
Last status:{' '}
{niceDateTime(lastStatusAt, {
hideTime: true,
})}
</span>
</small>
) : (
<span />
)}{' '}