From 498d7cc44bce4b917b0deccd83bb65f0ac4f44fc Mon Sep 17 00:00:00 2001 From: mantikoros Date: Mon, 10 Oct 2022 16:27:52 -0500 Subject: [PATCH] modal size --- web/components/contract/liquidity-modal.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/components/contract/liquidity-modal.tsx b/web/components/contract/liquidity-modal.tsx index 9780c0a8..dbe39e1d 100644 --- a/web/components/contract/liquidity-modal.tsx +++ b/web/components/contract/liquidity-modal.tsx @@ -21,7 +21,7 @@ export function LiquidityModal(props: { const { totalLiquidity } = contract return ( - + @@ -80,7 +80,8 @@ function AddLiquidityPanel(props: { contract: CPMMContract }) { <> <div className="mb-4 text-gray-500"> Contribute your M$ to make this market more accurate by subsidizing - trader participation. <InfoTooltip text="Liquidity is how much money traders can make if they're right. The more traders can earn, the greater the incentive to find out what the correct probability is." /> + trading.{' '} + <InfoTooltip text="Liquidity is how much money traders can make if they're right. The more traders can earn, the greater the incentive to find out the correct probability." /> </div> <Row>