diff --git a/web/components/contract-overview.tsx b/web/components/contract-overview.tsx index d8b45fb1..47ce6e0a 100644 --- a/web/components/contract-overview.tsx +++ b/web/components/contract-overview.tsx @@ -37,9 +37,7 @@ export const ContractOverview = (props: { ? contract.question : `${creatorName}: ${contract.question}` const tweetDescription = resolution - ? isCreator - ? `Resolved ${resolution}!` - : `Resolved ${resolution} by ${creatorName}:` + ? `Resolved ${resolution}!` : `Currently ${probPercent} chance, place your bets here:` const url = `https://manifold.markets${contractPath(contract)}` const tweetText = `${tweetQuestion}\n\n${tweetDescription}\n\n${url}` diff --git a/web/pages/fold/[...slugs]/index.tsx b/web/pages/fold/[...slugs]/index.tsx index 9ada733d..84b32465 100644 --- a/web/pages/fold/[...slugs]/index.tsx +++ b/web/pages/fold/[...slugs]/index.tsx @@ -157,7 +157,11 @@ export default function FoldPage(props: { return ( - +