FR: Move description above answers
This commit is contained in:
parent
aff6acc8f4
commit
f773a59676
|
@ -70,8 +70,6 @@ export const ContractOverview = (props: {
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<Spacer h={6} />
|
<Spacer h={6} />
|
||||||
|
|
||||||
<ContractDescription
|
<ContractDescription
|
||||||
|
@ -80,7 +78,11 @@ export const ContractOverview = (props: {
|
||||||
isCreator={isCreator}
|
isCreator={isCreator}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Spacer h={12} />
|
<Spacer h={4} />
|
||||||
|
|
||||||
|
{children}
|
||||||
|
|
||||||
|
<Spacer h={4} />
|
||||||
|
|
||||||
<ContractActivity
|
<ContractActivity
|
||||||
contract={contract}
|
contract={contract}
|
||||||
|
|
|
@ -151,7 +151,6 @@ export default function ContractPage(props: {
|
||||||
answers={props.answers}
|
answers={props.answers}
|
||||||
/>
|
/>
|
||||||
<Spacer h={4} />
|
<Spacer h={4} />
|
||||||
<div className="divider before:bg-gray-300 after:bg-gray-300" />
|
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</ContractOverview>
|
</ContractOverview>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user