Add links to challenge page
This commit is contained in:
parent
97fa5fa636
commit
c3d09e5323
|
@ -71,7 +71,16 @@ export default function ChallengesListPage() {
|
||||||
<Row className="items-center justify-between">
|
<Row className="items-center justify-between">
|
||||||
<Title text="Challenges" />
|
<Title text="Challenges" />
|
||||||
</Row>
|
</Row>
|
||||||
<p>Find or create a question to challenge someone to a bet.</p>
|
<p>
|
||||||
|
<SiteLink className={'font-bold'} href={'/home'}>
|
||||||
|
Find
|
||||||
|
</SiteLink>{' '}
|
||||||
|
or{' '}
|
||||||
|
<SiteLink className={'font-bold'} href={'/create'}>
|
||||||
|
create
|
||||||
|
</SiteLink>{' '}
|
||||||
|
a market to challenge someone to a bet.
|
||||||
|
</p>
|
||||||
|
|
||||||
<Tabs tabs={[...userTab, ...publicTab]} />
|
<Tabs tabs={[...userTab, ...publicTab]} />
|
||||||
</Col>
|
</Col>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user