diff --git a/web/components/add-liquidity-panel.tsx b/web/components/add-liquidity-panel.tsx
index 4b2ed4c1..f04c2b0a 100644
--- a/web/components/add-liquidity-panel.tsx
+++ b/web/components/add-liquidity-panel.tsx
@@ -56,7 +56,9 @@ export function AddLiquidityPanel(props: { contract: Contract }) {
return (
<>
-
Subsidize this market by adding liquidity for traders.
+
+ Subsidize this market by adding liquidity for traders.
+
- Stats
+ Share
+
+
+
+
+
+
+
+
+ Stats
@@ -97,19 +109,7 @@ export function ContractInfoDialog(props: { contract: Contract; bets: Bet[] }) {
- Share
-
-
-
-
-
-
-
-
- Tags
+ Tags
@@ -117,7 +117,7 @@ export function ContractInfoDialog(props: { contract: Contract; bets: Bet[] }) {
!contract.resolution &&
(!closeTime || closeTime > Date.now()) && (
<>
- Add liquidity
+ Add liquidity
>
)}