This commit is contained in:
parent
15b45f2a10
commit
5281eb71ab
2 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
);
|
||||
}
|
Loading…
Add table
Reference in a new issue