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} />
|
||||
|
||||
<ContractDescription
|
||||
|
@ -80,7 +78,11 @@ export const ContractOverview = (props: {
|
|||
isCreator={isCreator}
|
||||
/>
|
||||
|
||||
<Spacer h={12} />
|
||||
<Spacer h={4} />
|
||||
|
||||
{children}
|
||||
|
||||
<Spacer h={4} />
|
||||
|
||||
<ContractActivity
|
||||
contract={contract}
|
||||
|
|
|
@ -151,7 +151,6 @@ export default function ContractPage(props: {
|
|||
answers={props.answers}
|
||||
/>
|
||||
<Spacer h={4} />
|
||||
<div className="divider before:bg-gray-300 after:bg-gray-300" />
|
||||
</>
|
||||
)}
|
||||
</ContractOverview>
|
||||
|
|
Loading…
Reference in New Issue
Block a user