diff --git a/src/components/Post.tsx b/src/components/Post.tsx index 0f66478..1fc8d28 100644 --- a/src/components/Post.tsx +++ b/src/components/Post.tsx @@ -104,8 +104,20 @@ export default function Post({ post }: { post: PostWithUserDto }) { +
+ +
- + {post.content.length > 10 ? ( + + Show more + + ) : null}