Skip to content

Commit 7761f3e

Browse files
authored
Update dialog title for intro form (#56)
1 parent ed7cf7b commit 7761f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex_ui/blocks/intro_form.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def intro_form_dialog(
378378
rx.el.div(
379379
rx.el.div(
380380
rx.el.h1(
381-
"Get Started",
381+
"Get Started With Your Free Trial",
382382
class_name="text-xl font-bold text-secondary-12",
383383
),
384384
class_name="flex flex-row justify-between items-center gap-1 px-6 pt-4 -mb-4",

0 commit comments

Comments
 (0)