diff --git a/web/components/contract/contract-card.tsx b/web/components/contract/contract-card.tsx
index c054abab..3d4fa8d1 100644
--- a/web/components/contract/contract-card.tsx
+++ b/web/components/contract/contract-card.tsx
@@ -122,19 +122,6 @@ export function ContractCard(props: {
) : (
))}
-
-
-
-
{showQuickBet ? (
@@ -172,6 +159,24 @@ export function ContractCard(props: {
>
)}
+
+
+
+
)
}
diff --git a/web/components/contract/contract-details.tsx b/web/components/contract/contract-details.tsx
index 71998b9d..5a62313f 100644
--- a/web/components/contract/contract-details.tsx
+++ b/web/components/contract/contract-details.tsx
@@ -58,13 +58,13 @@ export function MiscDetails(props: {
const isNew = createdTime > Date.now() - DAY_MS && !isResolved
return (
-
+
{showHotVolume ? (
{formatMoney(volume24Hours)}
) : showTime === 'close-date' ? (
-
+
{(closeTime || 0) < Date.now() ? 'Closed' : 'Closes'}{' '}
{fromNow(closeTime || 0)}