Move recommended markets below market white bg onto gray bg
This commit is contained in:
parent
b785d4b047
commit
97b648a51e
|
@ -267,14 +267,14 @@ export function ContractPageContent(
|
||||||
tips={tips}
|
tips={tips}
|
||||||
comments={comments}
|
comments={comments}
|
||||||
/>
|
/>
|
||||||
|
</Col>
|
||||||
|
|
||||||
{recommendedContracts?.length > 0 && (
|
{recommendedContracts.length > 0 && (
|
||||||
<Col className="mx-2 gap-2 sm:mx-0">
|
<Col className="gap-2 px-2 sm:px-0">
|
||||||
<Subtitle text="Recommended" />
|
<Subtitle text="Recommended" />
|
||||||
<ContractsGrid contracts={recommendedContracts} />
|
<ContractsGrid contracts={recommendedContracts} />
|
||||||
</Col>
|
</Col>
|
||||||
)}
|
)}
|
||||||
</Col>
|
|
||||||
</Page>
|
</Page>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user