From 118d302e1053ade12f22ed6b85191f5606cf1c3e Mon Sep 17 00:00:00 2001 From: Breno Date: Fri, 21 Feb 2025 17:45:05 -0300 Subject: [PATCH] Move the banner to below the number of connectors selector --- src/components/PricingCalculator/index.tsx | 29 ++++++++++++++-------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/src/components/PricingCalculator/index.tsx b/src/components/PricingCalculator/index.tsx index ffb27604..c9a1d198 100644 --- a/src/components/PricingCalculator/index.tsx +++ b/src/components/PricingCalculator/index.tsx @@ -194,7 +194,8 @@ export const PricingCalculator = ({ }; const isInGetInTouchRange = - selectedGbs <= totalMarks && selectedGbs >= totalMarks - 5; + selectedConnectors === maxConnectors || + (selectedGbs <= totalMarks && selectedGbs >= totalMarks - 5); return (
@@ -234,16 +235,6 @@ export const PricingCalculator = ({ aria-label="Amount of change data" />
- {isInGetInTouchRange ? ( -
-

For high-volume deals, we provide tailored solutions.

- -
- ) : null}

@@ -288,6 +279,22 @@ export const PricingCalculator = ({

+ {isInGetInTouchRange ? ( + <> +
+
+

+ For high-volume deals, we provide tailored + solutions. +

+ +
+ + ) : null}

Your price at Estuary