From c8ab91bdd6c3ed5bb2e072cfa3f4ccd31de0c66e Mon Sep 17 00:00:00 2001 From: drumlinish <138327213+drumlinish@users.noreply.github.com> Date: Tue, 15 Aug 2023 03:21:40 +0200 Subject: [PATCH] Moved title field to the top of post-form (#2039, #2059) (#2061) * Moved title field to the top of post-form * Remove whitespace * Trigger build * Trigger build --------- Co-authored-by: drumlin <> --- src/shared/components/post/post-form.tsx | 52 ++++++++++++------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/shared/components/post/post-form.tsx b/src/shared/components/post/post-form.tsx index 7b37926..301cf43 100644 --- a/src/shared/components/post/post-form.tsx +++ b/src/shared/components/post/post-form.tsx @@ -342,6 +342,32 @@ export class PostForm extends Component { ) && !this.state.submitted } /> +
+ +
+