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} > ) : ( firebaseLogin()} > Sign In diff --git a/web/pages/account.tsx b/web/pages/account.tsx index cc50959b..46389348 100644 --- a/web/pages/account.tsx +++ b/web/pages/account.tsx @@ -20,9 +20,9 @@ export default function Account() { return ( - + - + {user?.avatarUrl && ( - - + + Create a new prediction market @@ -163,8 +164,10 @@ export default function NewContract() { + + {/* Show a separate card for each contract */} - + Your markets