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
|
||||
return (
|
||||
<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')}
|
||||
>
|
||||
{dayjs(time).fromNow()}
|
||||
|
|
Loading…
Reference in New Issue
Block a user