From 03ef2d708489d1b79f9a81c4575810a0638ec54d Mon Sep 17 00:00:00 2001 From: Rajveer <142779809+root-0101@users.noreply.github.com> Date: Fri, 31 May 2024 12:42:20 +0000 Subject: [PATCH] Modify card --- frontend/src/pages/Posts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Posts.tsx b/frontend/src/pages/Posts.tsx index a2ea6335..42136c1a 100644 --- a/frontend/src/pages/Posts.tsx +++ b/frontend/src/pages/Posts.tsx @@ -129,7 +129,7 @@ const Posts = () => {
{post.description.length > 100 ? `${post.description.slice(0, 100)}...` : post.description}
By: {post.author.username}