Add not about donating winnings to charity
This commit is contained in:
parent
f47b70dd3c
commit
60ebadbbe5
|
@ -92,6 +92,7 @@ export default function ChallengePage(props: {
|
||||||
|
|
||||||
useSaveReferral(currentUser, {
|
useSaveReferral(currentUser, {
|
||||||
defaultReferrerUsername: challenge?.creatorUsername,
|
defaultReferrerUsername: challenge?.creatorUsername,
|
||||||
|
contractId: challenge?.contractId,
|
||||||
})
|
})
|
||||||
|
|
||||||
if (!contract || !challenge) return <Custom404 />
|
if (!contract || !challenge) return <Custom404 />
|
||||||
|
@ -171,7 +172,8 @@ function FAQ() {
|
||||||
{toggleWhatIsMana && (
|
{toggleWhatIsMana && (
|
||||||
<Row className={'mx-4'}>
|
<Row className={'mx-4'}>
|
||||||
Mana (M$) is the play-money used by our platform to keep track of your
|
Mana (M$) is the play-money used by our platform to keep track of your
|
||||||
bets. It's completely free for you and your friends to get started!
|
bets. It's completely free to get started, and you can donate your
|
||||||
|
winnings to charity!
|
||||||
</Row>
|
</Row>
|
||||||
)}
|
)}
|
||||||
</Col>
|
</Col>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user