Spacing & wording tweak
This commit is contained in:
parent
a8733723be
commit
070b5e55c1
|
@ -82,8 +82,8 @@ function BetsSection(props: { contract: Contract; user: User | null }) {
|
||||||
<div className="p-4">
|
<div className="p-4">
|
||||||
{userBets && userBets.length > 0 && (
|
{userBets && userBets.length > 0 && (
|
||||||
<>
|
<>
|
||||||
<Title text="My bets" />
|
<Title text="Your bets" />
|
||||||
<MyBetsSummary className="ml-1" contract={contract} bets={userBets} />
|
<MyBetsSummary contract={contract} bets={userBets} />
|
||||||
<Spacer h={6} />
|
<Spacer h={6} />
|
||||||
<ContractBetsTable contract={contract} bets={userBets} />
|
<ContractBetsTable contract={contract} bets={userBets} />
|
||||||
<Spacer h={6} />
|
<Spacer h={6} />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user