diff --git a/reflex_ui/blocks/demo_form.py b/reflex_ui/blocks/demo_form.py index 9a41a83..c9b5d5a 100644 --- a/reflex_ui/blocks/demo_form.py +++ b/reflex_ui/blocks/demo_form.py @@ -392,7 +392,7 @@ def get_component(cls, **props): input_field("Last name", "Smith", "last_name", "text", True), class_name="grid grid-cols-2 gap-4", ), - input_field("Email", "john@example.com", "email", "email", True), + input_field("Business Email", "john@company.com", "email", "email", True), rx.el.div( input_field("Job title", "CTO", "job_title", "text", True), input_field(