fleshed out publish date

This commit is contained in:
2025-07-17 21:21:33 -04:00
parent bc8e093651
commit 7f04dabf92
6 changed files with 17 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ export const PostHeader = function PostHeader({ post }: PostHeaderOpts) {
</p>
<p class="text-md font-medium text-[#E39A9C] sm:text-xl italic">
by {post.first_name} {post.last_name} posted on{" "}
{convertUtc(post.created_at)}
{convertUtc(post.publish_date)}
</p>
</div>
</div>