back to "sign up to bet"

This commit is contained in:
mantikoros 2022-08-28 16:55:29 -05:00
parent 1ff453d64c
commit 7e00f29189

View File

@ -19,7 +19,7 @@ export function BetSignUpPrompt(props: {
size={size}
color="gradient"
>
{label ?? 'Place my bet!'}
{label ?? 'Sign up to bet!'}
</Button>
) : null
}