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">
|
||||
{userBets && userBets.length > 0 && (
|
||||
<>
|
||||
<Title text="My bets" />
|
||||
<MyBetsSummary className="ml-1" contract={contract} bets={userBets} />
|
||||
<Title text="Your bets" />
|
||||
<MyBetsSummary contract={contract} bets={userBets} />
|
||||
<Spacer h={6} />
|
||||
<ContractBetsTable contract={contract} bets={userBets} />
|
||||
<Spacer h={6} />
|
||||
|
|
Loading…
Reference in New Issue
Block a user