From 5281eb71abac23ac8e04ee8128e3b1b92aa860c9 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 24 Apr 2025 12:20:48 -0600 Subject: [PATCH] ?!?!?!?!?!?! --- components/PostCard.tsx | 2 +- islands/Example.tsx | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 islands/Example.tsx diff --git a/components/PostCard.tsx b/components/PostCard.tsx index cad316c..3bb92f5 100644 --- a/components/PostCard.tsx +++ b/components/PostCard.tsx @@ -13,7 +13,7 @@ export default function PostCard(props: { post: Post }) {

{post.blurb}

- + {post.publishedAt!.toLocaleDateString("en-us", { month: "long", diff --git a/islands/Example.tsx b/islands/Example.tsx new file mode 100644 index 0000000..e0b5cf3 --- /dev/null +++ b/islands/Example.tsx @@ -0,0 +1,7 @@ +export default function Example() { + return ( +
+ Example +
+ ); +}