|
|
@ -28,7 +28,7 @@ export default function CommentListItem({
|
|
|
|
src={authorImageUrl}></img>
|
|
|
|
src={authorImageUrl}></img>
|
|
|
|
<h1 className="font-bold">{authorName}</h1>
|
|
|
|
<h1 className="font-bold">{authorName}</h1>
|
|
|
|
<p className="pt-1 text-xs font-extralight">
|
|
|
|
<p className="pt-1 text-xs font-extralight">
|
|
|
|
Posted on: {format(createdAt, 'Pp')}
|
|
|
|
Posted on: {format(createdAt, 'h:mm a, MMMM dd, yyyy')}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<p className="pl-1 pt-1">{content}</p>
|
|
|
|
<p className="pl-1 pt-1">{content}</p>
|
|
|
|