Darker timestamp on feed
This commit is contained in:
parent
2f88a5cdab
commit
5947be6647
|
@ -73,7 +73,7 @@ function Timestamp(props: { time: number }) {
|
||||||
const { time } = props
|
const { time } = props
|
||||||
return (
|
return (
|
||||||
<span
|
<span
|
||||||
className="whitespace-nowrap text-gray-300 ml-1"
|
className="whitespace-nowrap text-gray-400 ml-1"
|
||||||
title={dayjs(time).format('MMM D, h:mma')}
|
title={dayjs(time).format('MMM D, h:mma')}
|
||||||
>
|
>
|
||||||
{dayjs(time).fromNow()}
|
{dayjs(time).fromNow()}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user