diff --git a/web/components/resolution-panel.tsx b/web/components/resolution-panel.tsx
index a0f83028..8bb714b8 100644
--- a/web/components/resolution-panel.tsx
+++ b/web/components/resolution-panel.tsx
@@ -66,9 +66,9 @@ export function ResolutionPanel(props: {
return (
{outcome === 'YES' ? (
@@ -97,22 +97,20 @@ export function ResolutionPanel(props: {
) : outcome === 'CANCEL' ? (
<>The pool will be returned to traders with no fees.>
) : outcome === 'MKT' ? (
- <>
- Traders will be paid out at the probability you specify:
-
+
+
Traders will be paid out at the probability you specify:
-
- You earn {CREATOR_FEE * 100}% of trader profits.
- >
+
You earn {CREATOR_FEE * 100}% of trader profits.
+
) : (
<>Resolving this market will immediately pay out traders.>
)}
-