diff --git a/web/components/post-card.tsx b/web/components/post-card.tsx index 107b9391..ed208f63 100644 --- a/web/components/post-card.tsx +++ b/web/components/post-card.tsx @@ -28,7 +28,7 @@ export function PostCard(props: {
@@ -45,8 +45,10 @@ export function PostCard(props: { {fromNow(post.createdTime)}
-
{post.title}
-
+
+ {post.title} +
+
{post.subtitle}