Skip to content

Commit 941bc58

Browse files
authored
[HOS-615] Team plan redirect to cloud billing (#1226)
1 parent 317ec20 commit 941bc58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pcweb/pages/pricing/plan_cards.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,9 @@ def plan_cards() -> rx.Component:
291291
("mail", "Email support"),
292292
("circle-plus", "Everything in Pro"),
293293
],
294-
"Contact sales",
294+
"Start with Team plan",
295+
redirect_url=f"{REFLEX_CLOUD_URL}/?redirect_url={REFLEX_CLOUD_URL}/billing/",
295296
price="$49/user/mo + compute",
296-
redirect_url=REFLEX_DEV_WEB_LANDING_FORM_URL_GET_DEMO,
297297
),
298298
card(
299299
"Enterprise",

0 commit comments

Comments
 (0)