docs(nx-dev): update tag in hero subtitle (#30053)

Replaced an instance of `<strong>` with `<Strong>` to maintain
consistent tag usage across the component. It ensures readability and
uniformity in the codebase styling.
This commit is contained in:
Benjamin Cabanes 2025-02-14 14:35:24 -05:00 committed by GitHub
parent d36e4aa9ee
commit 0006fbfc0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>