diff --git a/web/pages/embed/[username]/[contractSlug].tsx b/web/pages/embed/[username]/[contractSlug].tsx index 9a346ef8..8b40b2e7 100644 --- a/web/pages/embed/[username]/[contractSlug].tsx +++ b/web/pages/embed/[username]/[contractSlug].tsx @@ -86,25 +86,29 @@ function ContractEmbed(props: { contract: Contract; bets: Bet[] }) { const href = `https://${DOMAIN}${contractPath(contract)}` return ( - - + + + -
- -
+
+ +
- + - - + + - {(isBinary || resolution) && } - + {(isBinary || resolution) && ( + + )} + - + +
{isBinary ? (