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)
|
const ogCardProps = getOpenGraphProps(contract)
|
||||||
ogCardProps.question =
|
ogCardProps.question =
|
||||||
'Will you accept ' +
|
|
||||||
challenge.creatorName.split(' ')[0] +
|
challenge.creatorName.split(' ')[0] +
|
||||||
"'s challenge on: " +
|
"'s CHALLENGING you: " +
|
||||||
contract.question
|
contract.question
|
||||||
ogCardProps.probability = Math.round(challenge.creatorsOutcomeProb * 100) + ''
|
ogCardProps.probability =
|
||||||
|
Math.round(challenge.creatorsOutcomeProb * 100) + '%'
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Page>
|
<Page>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user