Skip to content

Commit 6a44ac5

Browse files
committed
Update calcom urls
1 parent 72d2846 commit 6a44ac5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

reflex_ui/blocks/demo_form.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
import reflex_ui as ui
1818

1919
CAL_REQUEST_DEMO_URL = os.getenv(
20-
"CAL_REQUEST_DEMO_URL", "https://cal.com/team/reflex/reflexdemo"
20+
"CAL_REQUEST_DEMO_URL", "https://cal.com/team/reflex/reflex-intro"
2121
)
2222
CAL_ENTERPRISE_FOLLOW_UP_URL = os.getenv(
2323
"CAL_ENTERPRISE_FOLLOW_UP_URL",
24-
"https://cal.com/team/reflex/reflex-team-enterprise-follow-up-call",
24+
"https://cal.com/team/reflex/reflex-intro",
2525
)
2626
SLACK_DEMO_WEBHOOK_URL = os.getenv("SLACK_DEMO_WEBHOOK_URL", "")
2727
POSTHOG_API_KEY = os.getenv("POSTHOG_API_KEY", "")
@@ -360,7 +360,7 @@ def get_component(cls, **props):
360360
rx.el.div(
361361
input_field("Job title", "CTO", "job_title", "text", True),
362362
input_field(
363-
"Company name *", "Pynecone, Inc.", "company_name", "text", True
363+
"Company name", "Pynecone, Inc.", "company_name", "text", True
364364
),
365365
class_name="grid grid-cols-2 gap-4",
366366
),
@@ -369,10 +369,10 @@ def get_component(cls, **props):
369369
"https://linkedin.com/in/your-profile",
370370
"linkedin_profile_url",
371371
"text",
372-
True,
372+
False,
373373
),
374374
input_field(
375-
"Phone number (optional)",
375+
"Phone number",
376376
"+1 (555) 123-4567",
377377
"phone_number",
378378
"tel",

0 commit comments

Comments
 (0)