?!?!?!?!?!?!
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",
|
||||
|
7
islands/Example.tsx
Normal file
7
islands/Example.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
export default function Example() {
|
||||
return (
|
||||
<div class="flex flex-row gap-4 text-3xl">
|
||||
Example
|
||||
</div>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user