From 9f43138252f50f014e51f8e9de9d92975b46af09 Mon Sep 17 00:00:00 2001 From: Imbus Date: Wed, 15 Nov 2023 07:29:59 +0100 Subject: [PATCH] Formatted entire project --- client-solid/src/Icons.tsx | 14 ++++++------- client-solid/src/LoginModal.tsx | 22 +++++++++------------ client-solid/src/Navbar.tsx | 16 +++++++-------- client-solid/src/NewPost.tsx | 20 +++++++++---------- client-solid/src/Posts.tsx | 19 +++++++++--------- client-solid/src/Primary.tsx | 5 +++-- client-solid/src/RegLogin/Login.tsx | 3 ++- client-solid/src/RegLogin/Register.tsx | 27 ++++++++++++++------------ client-solid/src/Root.tsx | 7 +++---- client-solid/src/SinglePost.tsx | 11 ++++++----- client-solid/src/api.ts | 14 ++++++------- client-solid/src/index.tsx | 6 ++---- 12 files changed, 80 insertions(+), 84 deletions(-) diff --git a/client-solid/src/Icons.tsx b/client-solid/src/Icons.tsx index 9e1ab36..b7195da 100644 --- a/client-solid/src/Icons.tsx +++ b/client-solid/src/Icons.tsx @@ -8,7 +8,7 @@ export function Arrow(): JSXElement { viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" - class="w-6 h-6" + class="h-6 w-6" > ; + return ; } // Hamburger menu icon @@ -32,7 +32,7 @@ export function Bars(): JSXElement { viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" - class="w-6 h-6" + class="h-6 w-6" > @@ -86,7 +86,7 @@ export function Plus(): JSXElement { viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" - class="w-6 h-6" + class="h-6 w-6" > { modal_ctx.setLoginModalOpen(false); @@ -26,13 +22,13 @@ export function LoginModal(): JSXElement {