chore(nx-dev): change nrwlio markings to nx (#14644)
This commit is contained in:
parent
85606a45ea
commit
a61cbb5319
@ -130,8 +130,8 @@ export default function Community(props: CommunityProps): JSX.Element {
|
||||
<span className="absolute inset-0" aria-hidden="true" />
|
||||
<p className="leading-relaxed">
|
||||
Official Nx plugins are created and maintained by the Nx
|
||||
team at Nrwl but you can easily create your own! Follow
|
||||
our documentation on how to create your own plugin.
|
||||
team but you can easily create your own! Follow our
|
||||
documentation on how to create your own plugin.
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@ -6,7 +6,6 @@ export function Footer(): JSX.Element {
|
||||
solutions: [
|
||||
{ name: 'Nx', href: 'https://nx.dev' },
|
||||
{ name: 'NxCloud', href: 'https://nx.app/?utm_source=nx.dev' },
|
||||
{ name: 'Nrwl', href: 'https://nrwl.io/?utm_source=nx.dev' },
|
||||
],
|
||||
resources: [
|
||||
{ name: 'Blog', href: 'https://blog.nrwl.io/?utm_source=nx.dev' },
|
||||
@ -18,7 +17,6 @@ export function Footer(): JSX.Element {
|
||||
name: 'Nx Playbook',
|
||||
href: 'https://nxplaybook.com/?utm_source=nx.dev',
|
||||
},
|
||||
{ name: 'Nrwl', href: 'https://nrwl.io/?utm_source=nx.dev' },
|
||||
{
|
||||
name: 'Brands & Guidelines',
|
||||
href: 'https://nx.app/brands?utm_source=nx.dev',
|
||||
@ -257,7 +255,7 @@ export function Footer(): JSX.Element {
|
||||
© 2023 made with{' '}
|
||||
<HeartIcon className="-mt-0.5 inline h-4 w-4" /> by{' '}
|
||||
<Link
|
||||
href="https://nrwl.io/?utm_source=nx.dev"
|
||||
href="https://nx.app/company/?utm_source=nx.dev"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
|
||||
@ -17,8 +17,8 @@ export function CreateNxPlugin(): JSX.Element {
|
||||
<span className="sr-only">Nx </span>Community Plugins
|
||||
</SectionHeading>
|
||||
<p className="mt-8">
|
||||
Official Nx plugins are created and maintained by the Nx team at Nrwl.
|
||||
You can see all the available plugins when you run the{' '}
|
||||
Official Nx plugins are created and maintained by the Nx team. You can
|
||||
see all the available plugins when you run the{' '}
|
||||
<code className="break-normal rounded-md border border-slate-200 bg-slate-50 px-2 py-1 font-mono text-xs text-slate-800 dark:border-slate-700 dark:bg-slate-800 dark:text-slate-200">
|
||||
nx list
|
||||
</code>{' '}
|
||||
|
||||
@ -197,8 +197,8 @@ export function PluginsTab(): JSX.Element {
|
||||
Plugins available for all stacks
|
||||
</h3>
|
||||
<p className="mt-4 text-slate-900 dark:text-slate-400">
|
||||
Official Nx plugins are created and maintained by the Nx team at
|
||||
Nrwl. You can see all the available plugins when you run the{' '}
|
||||
Official Nx plugins are created and maintained by the Nx team. You
|
||||
can see all the available plugins when you run the{' '}
|
||||
<code className="break-normal rounded-md border border-slate-200 bg-slate-50 px-2 py-1 font-mono text-xs text-slate-800 dark:border-slate-700 dark:bg-slate-800 dark:text-slate-200">
|
||||
nx list
|
||||
</code>{' '}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user