docs(nxdev): add press kit link in footer (#11133)

This commit is contained in:
Benjamin Cabanes 2022-07-13 14:31:21 -04:00 committed by GitHub
parent b042b80e2d
commit c088dd7851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,10 @@ export function Footer({ useDarkBackground }: FooterProps) {
href: 'https://nxplaybook.com/?utm_source=nx.dev',
},
{ name: 'Nrwl', href: 'https://nrwl.io/?utm_source=nx.dev' },
{
name: 'Press kit',
href: 'https://nrwl.io/pages/brands?utm_source=nx.dev',
},
],
community: [
{ name: 'Twitter', href: 'https://twitter.com/NXdevtools' },