From fb4a6d2812dbd1e020eb88a568729a816f8da95b Mon Sep 17 00:00:00 2001 From: Victor Zanivan Monteiro Date: Thu, 1 Aug 2024 10:02:35 -0300 Subject: [PATCH 1/2] [website] Fix wrong link in pricing table (#43141) --- docs/src/components/pricing/PricingTable.tsx | 27 +++++++++++++++++--- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/docs/src/components/pricing/PricingTable.tsx b/docs/src/components/pricing/PricingTable.tsx index 799c80dc63ecc8..8565c2416c887c 100644 --- a/docs/src/components/pricing/PricingTable.tsx +++ b/docs/src/components/pricing/PricingTable.tsx @@ -148,8 +148,18 @@ export function PlanPrice(props: PlanPriceProps) { {priceExplanation} )} - - {'No additional fee beyond 10 devs.'} + + + No extra fees for orders with over 10 devs  + + + + by Aug 30 + + + + + . @@ -212,8 +222,17 @@ export function PlanPrice(props: PlanPriceProps) { {priceExplanation} )} - - 🐦 Early bird special (25% off). + + 🐦 Early Bird: 25% off if ordered   + + + + by Aug 30 + {' '} + + + + . From 716e8f47ad2bf25d3c55981c14e5400d001f76a3 Mon Sep 17 00:00:00 2001 From: DiegoAndai Date: Thu, 1 Aug 2024 11:36:52 -0400 Subject: [PATCH 2/2] Trigger CI