Smaller 'last status'
This commit is contained in:
parent
155bb2c705
commit
043c68f9ff
1 changed files with 2 additions and 2 deletions
|
@ -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 />
|
||||||
)}{' '}
|
)}{' '}
|
||||||
|
|
Loading…
Add table
Reference in a new issue