chore: Change pricing form link (#6394)

This commit is contained in:
Harsh Bhat
2025-08-11 17:43:43 +05:30
committed by GitHub
parent 4a7ace5a0a
commit a27a2a67c8
2 changed files with 2 additions and 3 deletions
@@ -77,7 +77,7 @@ export const getCloudPricingData = (t: TFnType): { plans: TPricingPlan[] } => {
t("environments.settings.billing.uptime_sla_99"),
t("environments.settings.billing.premium_support_with_slas"),
],
href: "https://app.formbricks.com/s/cm7k8esy20001jp030fh8a9o5?source=billingView&delivery=cloud",
href: "https://formbricks.com/custom-plan?source=billingView",
};
return {
@@ -118,8 +118,7 @@ export const PricingTable = ({
}
if (planId === "custom") {
window.location.href =
"https://app.formbricks.com/s/cm7k8esy20001jp030fh8a9o5?source=billingView&delivery=cloud";
window.location.href = "https://formbricks.com/custom-plan?source=billingView";
return;
}