res panel: capitalize outcoms

This commit is contained in:
mantikoros 2021-12-15 18:02:04 -06:00
parent be90a585a8
commit f0fbabbfb2

View File

@ -72,12 +72,12 @@ export function ResolutionPanel(props: {
<div>
{outcome === 'YES' ? (
<>
Winnings will be paid out to Yes bettors. You earn 1% of the No
Winnings will be paid out to YES bettors. You earn 1% of the NO
bets.
</>
) : outcome === 'NO' ? (
<>
Winnings will be paid out to No bettors. You earn 1% of the Yes
Winnings will be paid out to NO bettors. You earn 1% of the YES
bets.
</>
) : outcome === 'CANCEL' ? (