From f0fbabbfb238183a4e37cadda9e8ff66b6737dbf Mon Sep 17 00:00:00 2001 From: mantikoros Date: Wed, 15 Dec 2021 18:02:04 -0600 Subject: [PATCH] res panel: capitalize outcoms --- web/components/resolution-panel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/resolution-panel.tsx b/web/components/resolution-panel.tsx index 2b913f41..210414c6 100644 --- a/web/components/resolution-panel.tsx +++ b/web/components/resolution-panel.tsx @@ -72,12 +72,12 @@ export function ResolutionPanel(props: {
{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' ? (