From b067bc8adabdb78843c30117bb5c7705a443ada4 Mon Sep 17 00:00:00 2001 From: jahooma Date: Fri, 10 Dec 2021 18:06:51 -0600 Subject: [PATCH] Layout tweaks --- web/components/header.tsx | 6 +++--- web/pages/account.tsx | 4 ++-- web/pages/contract/index.tsx | 9 ++++++--- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/web/components/header.tsx b/web/components/header.tsx index 65b24d6b..5f5c304b 100644 --- a/web/components/header.tsx +++ b/web/components/header.tsx @@ -27,20 +27,20 @@ function SignInLink(props: { darkBackground?: boolean }) { {user ? ( <> - + Create a market - + {user.name} ) : (