From 31e1f4ba28a5f5f4828fcfa107cac25f88ec1a0c Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Sun, 22 May 2022 12:08:30 -0700 Subject: [PATCH] Improve click targets --- web/components/contract/contract-card.tsx | 25 ++++++++++++----------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/web/components/contract/contract-card.tsx b/web/components/contract/contract-card.tsx index 80757c1c..3aa0869c 100644 --- a/web/components/contract/contract-card.tsx +++ b/web/components/contract/contract-card.tsx @@ -103,9 +103,20 @@ export function ContractCard(props: { > +
+ + + +

{question} @@ -123,15 +134,6 @@ export function ContractCard(props: { showHotVolume={showHotVolume} showCloseTime={showCloseTime} /> - - {/* Note: Extends bg but not click target on closed markets */} - - @@ -186,8 +188,7 @@ export function ContractCard(props: {

{ - }} + onClick={() => {}} >
{contract.createdTime % 3 == 2 ? (