From 36c6940e2bc129c0f2e79bb8805720017ac9f397 Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Thu, 5 Jan 2023 12:34:37 -0500 Subject: [PATCH] docs(nxdev): add status page link (#14165) --- nx-dev/ui-common/src/lib/footer.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/nx-dev/ui-common/src/lib/footer.tsx b/nx-dev/ui-common/src/lib/footer.tsx index 786f988edfc8b..357ace4e1363a 100644 --- a/nx-dev/ui-common/src/lib/footer.tsx +++ b/nx-dev/ui-common/src/lib/footer.tsx @@ -51,6 +51,10 @@ export function Footer(): JSX.Element { name: 'Report Issues', href: 'https://github.com/nrwl/nx/issues?q=is%3Aopen+is%3Aissue', }, + { + name: 'Status Page', + href: 'https://status.nx.app', + }, ], social: [ { @@ -158,14 +162,14 @@ export function Footer(): JSX.Element { Nx -

Smart, Fast and Extensible Build System

+

Smart, Fast and Extensible Build System

{navigation.social.map((item) => ( {item.name}