From 4aaf07d62af180439a4871a2191e45b610929881 Mon Sep 17 00:00:00 2001 From: NFish Date: Fri, 7 Mar 2025 16:53:01 +0800 Subject: [PATCH] fix: update the link of contact sales in billing page (#15219) --- web/app/components/billing/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/billing/config.ts b/web/app/components/billing/config.ts index 257b9d80fd..52651259ef 100644 --- a/web/app/components/billing/config.ts +++ b/web/app/components/billing/config.ts @@ -6,7 +6,7 @@ export const NUM_INFINITE = 99999999 export const contractSales = 'contractSales' export const unAvailable = 'unAvailable' -export const contactSalesUrl = 'https://vikgc6bnu1s.typeform.com/to/mowuXTQH' +export const contactSalesUrl = 'https://vikgc6bnu1s.typeform.com/dify-business' export const getStartedWithCommunityUrl = 'https://github.com/langgenius/dify' export const getWithPremiumUrl = 'https://aws.amazon.com/marketplace/pp/prodview-t22mebxzwjhu6'