mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-05 13:21:36 -05:00
chore: Change pricing form link (#6394)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user