Skip to content

Commit 1446699

Browse files
committed
Center and add spacing to Book a Demo button
1 parent c689855 commit 1446699

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

blog/2025-12-05-on-premises-deployment.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,15 @@ Large enterprises can run Reflex Build inside their own AWS and Azure environmen
138138
If you're interested in deploying Reflex on-premises, book a demo to discuss your specific requirements. Our team will work with you to design a deployment that meets your security, compliance, and infrastructure needs.
139139

140140
```python eval
141-
demo_form_dialog(
142-
ui.button(
143-
"Book a Demo",
144-
variant="primary",
145-
class_name="font-semibold",
141+
rx.el.div(
142+
demo_form_dialog(
143+
ui.button(
144+
"Book a Demo",
145+
variant="primary",
146+
class_name="font-semibold",
147+
),
146148
),
149+
class_name="flex justify-center items-center my-8",
147150
)
148151
```
149152

0 commit comments

Comments
 (0)