Skip to content

Commit 65ad972

Browse files
Tom GotsmanTom Gotsman
authored andcommitted
change build url to be constant
1 parent 4a9d336 commit 65ad972

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pcweb/pages/use_cases/finance_landing.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import reflex as rx
22

3+
from pcweb.constants import REFLEX_BUILD_URL
4+
35

46
def hero_section() -> rx.Component:
57
return rx.el.section(
@@ -433,7 +435,7 @@ def cta_section() -> rx.Component:
433435
"Spin up your first finance app",
434436
"Connect your data source, and ship a working internal tool in an afternoon—no JavaScript required.",
435437
"Go to the Builder",
436-
href="https://build.reflex.dev/",
438+
href=REFLEX_BUILD_URL,
437439
is_primary=False,
438440
),
439441
class_name="grid gap-8 lg:grid-cols-2 max-w-7xl mx-auto",

0 commit comments

Comments
 (0)