1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-03-30 01:21:36 +01:00

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 />
)}{' '}