Tweak
This commit is contained in:
parent
9548350112
commit
0bc5c80c32
|
@ -388,7 +388,7 @@ function BuyPanel(props: {
|
||||||
<Row className="my-3 items-center gap-2 text-left text-sm text-gray-500">
|
<Row className="my-3 items-center gap-2 text-left text-sm text-gray-500">
|
||||||
Limit {isPseudoNumeric ? 'value' : 'probability'}
|
Limit {isPseudoNumeric ? 'value' : 'probability'}
|
||||||
<InfoTooltip
|
<InfoTooltip
|
||||||
text={`Bet ${betChoice === 'YES' ? 'up' : 'down'} to this ${
|
text={`Bet ${betChoice === 'NO' ? 'down' : 'up'} to this ${
|
||||||
isPseudoNumeric ? 'value' : 'probability'
|
isPseudoNumeric ? 'value' : 'probability'
|
||||||
} and wait to match other bets.`}
|
} and wait to match other bets.`}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user