From c2db558b85ded89d6c32839874e860ba4407a5b3 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Thu, 18 Aug 2022 10:12:38 -0700 Subject: [PATCH] Describe why subsidizing is good --- web/components/liquidity-panel.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/components/liquidity-panel.tsx b/web/components/liquidity-panel.tsx index 94cf63b5..0474abf7 100644 --- a/web/components/liquidity-panel.tsx +++ b/web/components/liquidity-panel.tsx @@ -12,6 +12,7 @@ import { Tabs } from './layout/tabs' import { NoLabel, YesLabel } from './outcome-label' import { Col } from './layout/col' import { track } from 'web/lib/service/analytics' +import { InfoTooltip } from './info-tooltip' export function LiquidityPanel(props: { contract: CPMMContract }) { const { contract } = props @@ -101,8 +102,9 @@ function AddLiquidityPanel(props: { contract: CPMMContract }) { return ( <> -
- Subsidize this market by adding M$ to the liquidity pool. +
+ Contribute your M$ to make this market more accurate.{' '} +