This commit is contained in:
mantikoros 2022-10-10 16:57:18 -05:00
parent 498d7cc44b
commit f5d7db53d9

View File

@ -23,7 +23,7 @@ export function LiquidityModal(props: {
return ( return (
<Modal open={isOpen} setOpen={setOpen} size="sm"> <Modal open={isOpen} setOpen={setOpen} size="sm">
<Col className="gap-2.5 rounded bg-white p-4 pb-8 sm:gap-4"> <Col className="gap-2.5 rounded bg-white p-4 pb-8 sm:gap-4">
<Title className="!mt-0 !mb-2" text="💧 Add liquidity" /> <Title className="!mt-0 !mb-2" text="💧 Add a subsidy" />
<div>Total liquidity subsidies: {formatMoney(totalLiquidity)}</div> <div>Total liquidity subsidies: {formatMoney(totalLiquidity)}</div>
<AddLiquidityPanel contract={contract as CPMMContract} /> <AddLiquidityPanel contract={contract as CPMMContract} />
@ -81,7 +81,7 @@ function AddLiquidityPanel(props: { contract: CPMMContract }) {
<div className="mb-4 text-gray-500"> <div className="mb-4 text-gray-500">
Contribute your M$ to make this market more accurate by subsidizing Contribute your M$ to make this market more accurate by subsidizing
trading.{' '} 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." /> <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 the correct probability." />
</div> </div>
<Row> <Row>