We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9d336 commit 65ad972Copy full SHA for 65ad972
pcweb/pages/use_cases/finance_landing.py
@@ -1,5 +1,7 @@
1
import reflex as rx
2
3
+from pcweb.constants import REFLEX_BUILD_URL
4
+
5
6
def hero_section() -> rx.Component:
7
return rx.el.section(
@@ -433,7 +435,7 @@ def cta_section() -> rx.Component:
433
435
"Spin up your first finance app",
434
436
"Connect your data source, and ship a working internal tool in an afternoon—no JavaScript required.",
437
"Go to the Builder",
- href="https://build.reflex.dev/",
438
+ href=REFLEX_BUILD_URL,
439
is_primary=False,
440
),
441
class_name="grid gap-8 lg:grid-cols-2 max-w-7xl mx-auto",
0 commit comments