From 6654a850c6e44f43c24c8ab07a2185c70a7f7ca1 Mon Sep 17 00:00:00 2001 From: nils Date: Fri, 31 Jan 2025 12:08:59 +0100 Subject: [PATCH] add link to the "reach out" CTA on the trial end dialog --- src/modules/trial/trial-ended/select-plan.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/modules/trial/trial-ended/select-plan.tsx b/src/modules/trial/trial-ended/select-plan.tsx index 28c896c7..81ce09bd 100644 --- a/src/modules/trial/trial-ended/select-plan.tsx +++ b/src/modules/trial/trial-ended/select-plan.tsx @@ -1,4 +1,5 @@ import { DialogFooter, DialogHeader } from '@koyeb/design-system'; +import { ExternalLink } from 'src/components/link'; import { createTranslate } from 'src/intl/translate'; import { PlanItem } from './plan-item'; @@ -31,7 +32,15 @@ export function SelectPlan({ onDowngrade, onSelected }: SelectPlanProps) { {children}, + reachOut: (children) => ( + + {children} + + ), downgrade: (children) => (