Change challenge text
This commit is contained in:
parent
ce418d51a7
commit
a28b3cad77
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user