diff --git a/nx-dev/ui-common/src/lib/footer.tsx b/nx-dev/ui-common/src/lib/footer.tsx index ffc468e552..28883e4129 100644 --- a/nx-dev/ui-common/src/lib/footer.tsx +++ b/nx-dev/ui-common/src/lib/footer.tsx @@ -13,6 +13,7 @@ const navigation = { { name: 'App', href: 'https://cloud.nx.app' }, { name: 'Docs', href: '/ci/intro/ci-with-nx' }, { name: 'Pricing', href: '/pricing' }, + { name: 'Terms', href: 'https://cloud.nx.app/terms' }, ], solutions: [ { name: 'Nx', href: 'https://nx.dev' },