Skip to content

Commit

Permalink
docs(nx-dev): update tag in hero subtitle (#30053)
Browse files Browse the repository at this point in the history
Replaced an instance of `<strong>` with `<Strong>` to maintain
consistent tag usage across the component. It ensures readability and
uniformity in the codebase styling.
  • Loading branch information
bcabanes authored and jaysoo committed Feb 18, 2025
1 parent fd07af5 commit 59d73ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/ui-home/src/lib/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function Hero(): ReactElement {
className="mx-auto mt-6 max-w-3xl"
>
<Strong>Build system</Strong>, optimized for monorepos, with{' '}
<strong>AI-powered</strong> <br className="hidden md:block" />
<Strong>AI-powered</Strong> <br className="hidden md:block" />
architectural awareness and <Strong>advanced CI</Strong>{' '}
capabilities.
</SectionHeading>
Expand Down

0 comments on commit 59d73ba

Please sign in to comment.