diff --git a/nx-dev/ui-home/src/lib/monorepo-ai-support.tsx b/nx-dev/ui-home/src/lib/monorepo-ai-support.tsx index 205091dd9e..df50463f31 100644 --- a/nx-dev/ui-home/src/lib/monorepo-ai-support.tsx +++ b/nx-dev/ui-home/src/lib/monorepo-ai-support.tsx @@ -1,4 +1,4 @@ -import { SectionHeading, Strong } from '@nx/nx-dev/ui-common'; +import { SectionHeading, Strong, TextLink } from '@nx/nx-dev/ui-common'; import { ReactElement } from 'react'; import { AngularIcon, @@ -27,21 +27,25 @@ export function MonorepoAiSupport(): ReactElement {
- AI-powered coding assistants can edit files, but they’re blind to the + AI-powered coding assistants can edit files, but they're blind to the bigger picture –{' '} - they don’t understand how your entire codebase fits together + they don't understand how your entire codebase fits together . Nx changes that. With full visibility into your{' '} - monorepo’s project relationships, dependencies, and ownership + monorepo's project relationships, dependencies, and ownership - , Nx enables your LLM to move beyond local file changes to make{' '} - informed architectural decisions. Future-proof your - development with system-wide intelligence, not just AI-friendly tools. + ,{' '} + + Nx enables your LLM to move beyond local file changes + {' '} + to make informed architectural decisions. + Future-proof your development with system-wide intelligence, not just + AI-friendly tools.