We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c5c29 commit 9f68db2Copy full SHA for 9f68db2
pcweb/components/docpage/navbar/navbar.py
@@ -498,12 +498,12 @@ def new_component_section() -> rx.Component:
498
nav_menu.item(
499
rx.link(
500
button(
501
- "Build",
+ "Get a Demo",
502
class_name="!h-8 !font-small-smbold !rounded-[0.625rem] whitespace-nowrap",
503
),
504
underline="none",
505
is_external=True,
506
- href=REFLEX_BUILD_URL,
+ href="/pricing",
507
508
class_name="desktop-only",
509
0 commit comments