From 6d76962ed9b442fccde85972d8c4573e465d191b Mon Sep 17 00:00:00 2001 From: Danish Arora Date: Wed, 10 Sep 2025 17:06:01 +0530 Subject: [PATCH] fix: link rendered hydration --- src/components/PostCard.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 */}