diff --git a/client-solid/package.json b/client-solid/package.json index 3e57bf6..256b3c9 100644 --- a/client-solid/package.json +++ b/client-solid/package.json @@ -36,4 +36,4 @@ "vite-plugin-qrcode": "^0.2.3", "vite-plugin-solid": "^2.8.0" } -} +} \ No newline at end of file diff --git a/client-solid/src/Components/Posts.tsx b/client-solid/src/Components/Posts.tsx index 0845772..ad4d8a9 100644 --- a/client-solid/src/Components/Posts.tsx +++ b/client-solid/src/Components/Posts.tsx @@ -28,9 +28,7 @@ export function PostSegment(props: { post: Post }): JSXElement { return (
-

- {props.post?.content} -

+

{props.post?.content}