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} + + + ) : (