FR: Move description above answers

This commit is contained in:
James Grugett 2022-04-07 16:19:27 -05:00
parent aff6acc8f4
commit f773a59676
2 changed files with 5 additions and 4 deletions

View File

@ -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}

View File

@ -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>