Change wording slightly

This commit is contained in:
Ian Philips 2022-08-18 08:00:23 -06:00
parent 3eb64b263c
commit e104e46ba1

View File

@ -256,11 +256,11 @@ function CreateChallengeForm(props: {
<span> <span>
{!contract && ( {!contract && (
<span> <span>
You'll be charged an additional{' '} Because there's no market yet, you'll be charged
<span className={'font-semibold'}> <span className={'mx-1 font-semibold'}>
{formatMoney(FIXED_ANTE)} {formatMoney(FIXED_ANTE)}
</span>{' '} </span>
to create the underlying market to create it.
</span> </span>
)} )}
</span> </span>