diff --git a/docs/shared/getting-started/intro.md b/docs/shared/getting-started/intro.md index b939b6283e..b5a2522751 100644 --- a/docs/shared/getting-started/intro.md +++ b/docs/shared/getting-started/intro.md @@ -2,6 +2,8 @@ Nx is a powerful open-source build system that provides tools and techniques for enhancing developer productivity, optimizing CI performance, and maintaining code quality. [Check out our video](/getting-started/why-nx) to learn more about what Nx is about. +{% github-repository title="Star Nx on GitHub" url="https://github.com/nrwl/nx" /%} + ## Core Features - **Run Tasks Efficiently**: Nx [runs tasks in parallel](/features/run-tasks) and orders the tasks based on the dependencies between them. diff --git a/nx-dev/ui-home/src/lib/hero.tsx b/nx-dev/ui-home/src/lib/hero.tsx index a9d8738089..5fde2e4de0 100644 --- a/nx-dev/ui-home/src/lib/hero.tsx +++ b/nx-dev/ui-home/src/lib/hero.tsx @@ -59,7 +59,7 @@ export function Hero(): JSX.Element {