From 7c0fdd142ff061d5171606482dc72a2c383bf900 Mon Sep 17 00:00:00 2001 From: Imbus Date: Sat, 9 Dec 2023 11:53:10 +0100 Subject: [PATCH] Post styling --- client-solid/src/Components/Posts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-solid/src/Components/Posts.tsx b/client-solid/src/Components/Posts.tsx index 596185a..ad4d8a9 100644 --- a/client-solid/src/Components/Posts.tsx +++ b/client-solid/src/Components/Posts.tsx @@ -28,7 +28,7 @@ export function PostSegment(props: { post: Post }): JSXElement { return (
-

{props.post?.content}

+

{props.post?.content}