Skip to content

Commit 7a92592

Browse files
bcabanesFrozenPandaz
authored andcommitted
docs(nx-dev): update link href in trial-callout component (#28995)
Changed the href attribute for the sales contact link from "/contact-us/sales" to "/contact/sales" to correct the URL path. (cherry picked from commit 8c66662)
1 parent 2bc9ab5 commit 7a92592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx-dev/ui-pricing/src/lib/trial-callout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function TrialCallout({
6262
<p className="mt-8 text-pretty text-base/8 leading-normal">
6363
Need a bit more? For larger teams we offer personalized support,{' '}
6464
<Link
65-
href="/contact-us/sales"
65+
href="/contact/sales"
6666
title="Reach out to us"
6767
onClick={() =>
6868
sendCustomEvent(

0 commit comments

Comments
 (0)