diff --git a/src/components/PostCard.tsx b/src/components/PostCard.tsx index 8a13a9f..ef3d541 100644 --- a/src/components/PostCard.tsx +++ b/src/components/PostCard.tsx @@ -182,16 +182,18 @@ const PostCard: React.FC = ({ post, commentCount = 0 }) => { {/* Post title and content - clickable to navigate to post */} - -

- {post.title} -

+
+ +

+ {post.title} +

+ {/* Post content preview */}

- +
{/* Post actions */}