From 46cfedb963805cbd0eeb6f9c7a1cbc866540d801 Mon Sep 17 00:00:00 2001 From: Imbus Date: Mon, 13 Nov 2023 12:29:45 +0100 Subject: [PATCH] Styling --- client-solid/src/Navbar.tsx | 4 ++-- client-solid/src/Root.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client-solid/src/Navbar.tsx b/client-solid/src/Navbar.tsx index ac6675d..a862e1e 100644 --- a/client-solid/src/Navbar.tsx +++ b/client-solid/src/Navbar.tsx @@ -18,7 +18,7 @@ function MenuItem(props: { href: string; children: JSXElement }): JSXElement { function Menu(): JSXElement { const login_ctx = useContext(LoginContext); return ( -