diff --git a/web/components/bet-panel.tsx b/web/components/bet-panel.tsx index 8fba3bf7..e02e14d0 100644 --- a/web/components/bet-panel.tsx +++ b/web/components/bet-panel.tsx @@ -321,11 +321,11 @@ function BuyPanel(props: {
Probability
- -
{formatPercent(initialProb)}
-
-
{formatPercent(resultProb)}
-
+
+ {formatPercent(initialProb)} + + {formatPercent(resultProb)} +
@@ -350,12 +350,12 @@ function BuyPanel(props: { {dpmTooltip && } - - +
+ {formatMoney(currentPayout)} - (+{currentReturnPercent}) - + (+{currentReturnPercent}) +
@@ -459,11 +459,11 @@ export function SellPanel(props: {
Probability
- -
{formatPercent(initialProb)}
-
-
{formatPercent(resultProb)}
-
+
+ {formatPercent(initialProb)} + + {formatPercent(resultProb)} +