Change Challenge page wording

This commit is contained in:
Ian Philips 2022-08-18 08:22:37 -06:00
parent 33edd3c0fb
commit 68a949de35

View File

@ -84,14 +84,12 @@ export default function ChallengesListPage() {
)} )}
</Row> </Row>
<p> <p>
<SiteLink className={'font-bold'} href={'/home'}> Want to create your own challenge?
<SiteLink className={'mx-1 font-bold'} href={'/home'}>
Find Find
</SiteLink>{' '} </SiteLink>
or{' '} a market you and a friend disagree on and hit the challenge button, or
<SiteLink className={'font-bold'} href={'/create'}> tap the button above to create a new market & challenge in one.
create
</SiteLink>{' '}
a market to challenge someone to a bet.
</p> </p>
<Tabs tabs={[...userTab, ...publicTab]} /> <Tabs tabs={[...userTab, ...publicTab]} />