?!?!?!?!?!?!
This commit is contained in:
@ -13,7 +13,7 @@ export default function PostCard(props: { post: Post }) {
|
||||
<p class="text-center text-base-100 break-words">{post.blurb}</p>
|
||||
|
||||
<div class="flex flex-wrap items-center justify-center text-base-100 opacity-75 gap-2 text-sm sm:text-base">
|
||||
<LuClock className="flex-shrink-0" />
|
||||
<LuClock class="flex-shrink-0" />
|
||||
<span>
|
||||
{post.publishedAt!.toLocaleDateString("en-us", {
|
||||
month: "long",
|
||||
|
Reference in New Issue
Block a user