From b7d00d4e75ef45903a60e8032190c7500c5e272e Mon Sep 17 00:00:00 2001 From: Hollgy Date: Mon, 18 Mar 2024 18:34:11 +0100 Subject: [PATCH] Boilerplate logic for votes added in frontend, Header added for post creation --- client-solid/src/Components/NewPost.tsx | 1 + client-solid/src/Components/PostSegment.tsx | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/client-solid/src/Components/NewPost.tsx b/client-solid/src/Components/NewPost.tsx index 0726537..e6f999b 100644 --- a/client-solid/src/Components/NewPost.tsx +++ b/client-solid/src/Components/NewPost.tsx @@ -40,6 +40,7 @@ export function NewPostInputArea(): JSXElement { when={!waiting()} fallback={} > + Create a new post