Skip to content

Commit

Permalink
feat(nx-dev): Add menu redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcunningham committed Jul 9, 2024
1 parent 0445b4e commit 269f810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nx-dev/ui-common/src/lib/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function Footer(): JSX.Element {
solutions: [
{ name: 'Nx Enterprise', href: '/enterprise' },
{ name: 'Nx', href: 'https://nx.dev' },
{ name: 'Nx Cloud', href: 'https://nx.app/?utm_source=nx.dev' },
{ name: 'Nx Cloud', href: '/nx-cloud' },
],
resources: [
{ name: 'Blog', href: '/blog' },
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/ui-common/src/lib/headers/menu-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const plans: MenuItem[] = [
name: 'Nx Cloud',
description:
'End-to-end solution for smart, efficient and maintainable CI.',
href: 'https://nx.app',
href: '/nx-cloud',
icon: null,
isNew: false,
isHighlight: false,
Expand Down

0 comments on commit 269f810

Please sign in to comment.