Skip to content

Commit

Permalink
docs(nx-dev): fix inconsistent styling in SectionHeading components (#…
Browse files Browse the repository at this point in the history
…29597)

Removed the redundant "text-white" class from SectionHeading components to standardize styles.
  • Loading branch information
bcabanes authored Jan 12, 2025
1 parent f57d88a commit dc2c9da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions nx-dev/nx-dev/pages/whitepaper-fast-ci.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@ export function WhitePaperFastCI(): ReactElement {
</p>

<div className="mt-12 text-center">
<SectionHeading
as="p"
variant="subtitle"
className="text-white"
>
<SectionHeading as="p" variant="subtitle">
See how to get fast CI, built for monorepos
</SectionHeading>
<ButtonLink
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/ui-enterprise/src/lib/trial-nx-enterprise.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function TrialNxEnterprise(): ReactElement {
</p>

<div className="mt-12 text-center">
<SectionHeading as="p" variant="subtitle" className="text-white">
<SectionHeading as="p" variant="subtitle">
How a Proof of Value works?
</SectionHeading>
<ButtonLink
Expand Down

0 comments on commit dc2c9da

Please sign in to comment.