Skip to content

Commit

Permalink
docs(nx-dev): update "ebook" references to "guide" in button texts (#…
Browse files Browse the repository at this point in the history
…29655)

Revised all button texts and titles to consistently use "guide" instead of "ebook" across multiple components.
  • Loading branch information
bcabanes authored Jan 16, 2025
1 parent dd9db36 commit 4d0ebe0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions nx-dev/nx-dev/pages/whitepaper-fast-ci.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function WhitePaperFastCI(): ReactElement {
</SectionHeading>
<ButtonLink
href="/assets/enterprise/Fast-CI-Whitepaper.pdf"
title="Download the ebook"
title="Download the guide"
target="_blank"
variant="secondary"
size="small"
Expand All @@ -100,7 +100,7 @@ export function WhitePaperFastCI(): ReactElement {
aria-hidden="true"
className="size-5 shrink-0"
/>
<span>Download the ebook</span>
<span>Download the guide</span>
</ButtonLink>
</div>

Expand Down
4 changes: 2 additions & 2 deletions nx-dev/ui-enterprise/src/lib/trial-nx-enterprise.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function TrialNxEnterprise(): ReactElement {
</SectionHeading>
<ButtonLink
href="/assets/enterprise/Nx-Enterprise-POV.pdf"
title="Download the ebook"
title="Download the guide"
target="_blank"
variant="secondary"
size="small"
Expand All @@ -55,7 +55,7 @@ export function TrialNxEnterprise(): ReactElement {
aria-hidden="true"
className="size-5 shrink-0"
/>
<span>Download the ebook</span>
<span>Download the guide</span>
</ButtonLink>
</div>
<figure className="mt-16 rounded-lg bg-slate-100 p-4 pl-8 dark:bg-slate-800">
Expand Down
4 changes: 2 additions & 2 deletions nx-dev/ui-enterprise/src/lib/vmware-testimonial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ export function VmwareTestimonial(): ReactElement {
</SectionHeading>
<ButtonLink
href="https://go.nx.dev/ci-ebook"
title="Download the ebook"
title="Download the guide"
variant="secondary"
size="small"
>
<ArrowDownTrayIcon
aria-hidden="true"
className="size-5 shrink-0"
/>
<span>Download the ebook</span>
<span>Download the guide</span>
</ButtonLink>
</div>
</footer>
Expand Down

0 comments on commit 4d0ebe0

Please sign in to comment.