Skip to content

Commit 537099a

Browse files
bcabanesFrozenPandaz
authored andcommitted
docs(nx-dev): fix inconsistent styling in SectionHeading components (#29597)
Removed the redundant "text-white" class from SectionHeading components to standardize styles. (cherry picked from commit dc2c9da)
1 parent 1bee6c7 commit 537099a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

nx-dev/nx-dev/pages/whitepaper-fast-ci.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,7 @@ export function WhitePaperFastCI(): ReactElement {
7878
</p>
7979

8080
<div className="mt-12 text-center">
81-
<SectionHeading
82-
as="p"
83-
variant="subtitle"
84-
className="text-white"
85-
>
81+
<SectionHeading as="p" variant="subtitle">
8682
See how to get fast CI, built for monorepos
8783
</SectionHeading>
8884
<ButtonLink

nx-dev/ui-enterprise/src/lib/trial-nx-enterprise.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function TrialNxEnterprise(): ReactElement {
3333
</p>
3434

3535
<div className="mt-12 text-center">
36-
<SectionHeading as="p" variant="subtitle" className="text-white">
36+
<SectionHeading as="p" variant="subtitle">
3737
How a Proof of Value works?
3838
</SectionHeading>
3939
<ButtonLink

0 commit comments

Comments
 (0)