Change challenge text

This commit is contained in:
Ian Philips 2022-07-26 14:31:41 -07:00
parent ce418d51a7
commit a28b3cad77

View File

@ -93,11 +93,11 @@ export default function ChallengePage(props: {
const ogCardProps = getOpenGraphProps(contract)
ogCardProps.question =
'Will you accept ' +
challenge.creatorName.split(' ')[0] +
"'s challenge on: " +
"'s CHALLENGING you: " +
contract.question
ogCardProps.probability = Math.round(challenge.creatorsOutcomeProb * 100) + ''
ogCardProps.probability =
Math.round(challenge.creatorsOutcomeProb * 100) + '%'
return (
<Page>