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.
+test