Fix ContractOverview layout
This commit is contained in:
parent
6b5bf3cb35
commit
5e980a7863
|
@ -44,11 +44,8 @@ export default function ContractPage() {
|
||||||
isResolved ? 'md:justify-center' : 'md:justify-between'
|
isResolved ? 'md:justify-center' : 'md:justify-between'
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div>
|
<div className="max-w-4xl w-full ">
|
||||||
<ContractOverview
|
<ContractOverview contract={contract} className="p-4" />
|
||||||
contract={contract}
|
|
||||||
className="max-w-4xl w-full p-4"
|
|
||||||
/>
|
|
||||||
<BetsSection contract={contract} user={user ?? null} />
|
<BetsSection contract={contract} user={user ?? null} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user