diff --git a/client-solid/src/Components/Posts.tsx b/client-solid/src/Components/Posts.tsx index 39377d4..b082ca6 100644 --- a/client-solid/src/Components/Posts.tsx +++ b/client-solid/src/Components/Posts.tsx @@ -27,8 +27,8 @@ export function PostSegment(props: { post: Post }): JSXElement { const nav = useNavigate(); return (
-
-

+

+

{props.post?.content}