From 6b5bf3cb3595b1800a0309008a43b815ab2c96c2 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Thu, 16 Dec 2021 01:32:52 -0800 Subject: [PATCH] Line up BetSection with graph --- web/pages/[username]/[contractId].tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/web/pages/[username]/[contractId].tsx b/web/pages/[username]/[contractId].tsx index aec7d641..24530d76 100644 --- a/web/pages/[username]/[contractId].tsx +++ b/web/pages/[username]/[contractId].tsx @@ -44,10 +44,13 @@ export default function ContractPage() { isResolved ? 'md:justify-center' : 'md:justify-between' )} > - +
+ + +
{!isResolved && ( <> @@ -63,8 +66,6 @@ export default function ContractPage() { )} - - ) }