Fix mobile event timeago

This commit is contained in:
Nick Mowen 2023-12-16 10:33:55 -07:00
parent 21609631f9
commit ea4933d25a

View File

@ -61,7 +61,7 @@ export default function MiniEventCard({ event, onUpdate }: MiniEventCardProps) {
<div> <div>
<div className="text-sm flex"> <div className="text-sm flex">
<LuClock className="h-4 w-4 mr-2 inline" /> <LuClock className="h-4 w-4 mr-2 inline" />
<div className="hidden sm:inline"> <div>
<TimeAgo time={event.start_time * 1000} dense /> <TimeAgo time={event.start_time * 1000} dense />
</div> </div>
</div> </div>