Skip to content

Commit

Permalink
chore(nx-dev): change nrwlio markings to nx (#14644)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Jan 26, 2023
1 parent 85606a4 commit a61cbb5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions nx-dev/nx-dev/pages/community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 1 addition & 3 deletions nx-dev/ui-common/src/lib/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand All @@ -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',
Expand Down Expand Up @@ -257,7 +255,7 @@ export function Footer(): JSX.Element {
&copy; 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"
>
Expand Down
4 changes: 2 additions & 2 deletions nx-dev/ui-community/src/lib/create-nx-plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>{' '}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>{' '}
Expand Down

1 comment on commit a61cbb5

@vercel
Copy link

@vercel vercel bot commented on a61cbb5 Jan 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.