From c74f178bcb532e01000e79780f8ce80ed7be846a Mon Sep 17 00:00:00 2001 From: nicholascc Date: Mon, 25 Jul 2022 16:49:50 -0700 Subject: [PATCH] Added a description for limit orders. --- web/components/bet-panel.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/web/components/bet-panel.tsx b/web/components/bet-panel.tsx index 0cbee7b5..2db61657 100644 --- a/web/components/bet-panel.tsx +++ b/web/components/bet-panel.tsx @@ -262,9 +262,17 @@ function BuyPanel(props: { return ( <> + {isLimitOrder && ( + <> +

Place a limit order to add to the order book rather than trade directly. Your orders will be filled over time if others trade with them at the prices you set.

+
+ + )} +
{isPseudoNumeric ? 'Direction' : 'Outcome'}
+ {isLimitOrder && ( <> +

test

Limit {isPseudoNumeric ? 'value' : 'probability'}