fleshed out publish date
This commit is contained in:
@@ -15,9 +15,9 @@ export const PostCard = function PostCard({ post }: { post: Post }) {
|
||||
>
|
||||
{post.first_name} {post.last_name}
|
||||
</a>{" "}
|
||||
at {convertUtc(post.created_at)}
|
||||
at {convertUtc(post.publish_date)}
|
||||
</p>
|
||||
<p class="text-gray-400">{truncateString(post.body, 30)}</p>
|
||||
<p class="text-gray-400">{truncateString(post.body, 45)}</p>
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user