Button on contract page

This commit is contained in:
Ian Philips 2022-07-22 07:56:19 -06:00
parent 595c3fddd2
commit 727b3ea4e0

View File

@ -119,9 +119,9 @@ export const ContractOverview = (props: {
{(contract.description || isCreator) && <Spacer h={6} />}
{isCreator && <ShareMarket className="px-2" contract={contract} />}
{user && (
<Col>
<Col className={'ml-1'}>
<div>Challenge a friend</div>
<Row>
<Row className={'mt-2 ml-1'}>
<CreateChallengeButton user={user} contract={contract} />
</Row>
</Col>