From 73d6e35a748504852908d1de955c4bbad671ab50 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Thu, 9 Dec 2021 23:08:42 -0800 Subject: [PATCH] Link to market creation from header --- web/components/header.tsx | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/web/components/header.tsx b/web/components/header.tsx index 8b1a5ded..fbaa7938 100644 --- a/web/components/header.tsx +++ b/web/components/header.tsx @@ -17,11 +17,19 @@ function SignInLink() { return ( <> {user ? ( - - - {user.name} - - + <> + + + Create a market + + + + + + {user.name} + + + ) : (