Darker timestamp on feed

This commit is contained in:
jahooma 2022-01-11 22:00:03 -06:00
parent 2f88a5cdab
commit 5947be6647

View File

@ -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()}