Skip to content

Commit 9f68db2

Browse files
LineIndentAlek99
andauthored
ENG-6286: Change Build to Chat with Sales (#1428)
* Change Build to Chat with Sales * Update navbar.py --------- Co-authored-by: Alek Petuskey <[email protected]>
1 parent 22c5c29 commit 9f68db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pcweb/components/docpage/navbar/navbar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,12 +498,12 @@ def new_component_section() -> rx.Component:
498498
nav_menu.item(
499499
rx.link(
500500
button(
501-
"Build",
501+
"Get a Demo",
502502
class_name="!h-8 !font-small-smbold !rounded-[0.625rem] whitespace-nowrap",
503503
),
504504
underline="none",
505505
is_external=True,
506-
href=REFLEX_BUILD_URL,
506+
href="/pricing",
507507
),
508508
class_name="desktop-only",
509509
),

0 commit comments

Comments
 (0)