From 5b8519c0652fc2ddc3b5b95baa5c5fec3d3486d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Torres?= Date: Fri, 3 May 2024 17:50:13 +0100 Subject: [PATCH] hotfix: remove max --- .../_ui/project/citizend-project-description.tsx | 2 +- packages/web-app/app/_ui/projects/project-card.tsx | 13 +++---------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/packages/web-app/app/_ui/project/citizend-project-description.tsx b/packages/web-app/app/_ui/project/citizend-project-description.tsx index 0b6e1cd9..70d8c0d4 100644 --- a/packages/web-app/app/_ui/project/citizend-project-description.tsx +++ b/packages/web-app/app/_ui/project/citizend-project-description.tsx @@ -265,7 +265,7 @@ export const Arbitrum = () => ( fill="none" xmlns="http://www.w3.org/2000/svg" > - + { const targetedRaise = usdRange( BigInt(formatEther(minTarget)), BigInt(formatEther(maxTarget)), ); - const maxPrice = usdValue(maxContribution); - const minPrice = usdValue(minContribution); - + const minPrice = useCtzndMinContributionUsdc(); const totalTokens = new Intl.NumberFormat('default').format( BigInt(formatEther(totalTokensForSale)), ); @@ -70,13 +67,9 @@ const FullData = ({ Targeted Raise {targetedRaise} -
  • - Max. price per token - {maxPrice} -
  • Min. price per token - {minPrice} + {usdValue(minPrice)}
  • # of tokens distributed