Skip to content

Commit

Permalink
fix(nx-dev): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr authored and jaysoo committed Oct 23, 2024
1 parent b61be19 commit c8620d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 38 deletions.
2 changes: 1 addition & 1 deletion nx-dev/ui-common/src/lib/champion-perks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { SectionHeading } from './typography';
export function ChampionPerks(): JSX.Element {
return (
<article
id="nx-is-fast"
id="making-of-champion"
className="relative bg-slate-50 py-28 dark:bg-slate-800/40"
>
<div className="mx-auto max-w-7xl px-4 sm:grid sm:grid-cols-2 sm:gap-8 sm:px-6 lg:px-8">
Expand Down
34 changes: 0 additions & 34 deletions nx-dev/ui-common/src/lib/headers/menu-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,40 +149,6 @@ export const solutions: MenuItem[] = [
isHighlight: false,
},
];
const useCaseItems: MenuItem[] = [
{
name: 'Get actionable feedback',
description: 'Enhanced analysis & analytics of your workflows.',
href: '',
icon: null,
isNew: false,
isHighlight: false,
},
{
name: 'Reduce CI timings with remote caching',
description: 'Share task results & artifacts between CI & teams.',
href: '',
icon: null,
isNew: false,
isHighlight: false,
},
{
name: 'Performant task distribution at scale',
description: 'Faster & cheaper CI workflows.',
href: '',
icon: null,
isNew: false,
isHighlight: false,
},
{
name: 'Improve E2E time execution on CI',
description: 'Automatic task splitting.',
href: '',
icon: null,
isNew: false,
isHighlight: false,
},
];
export const learnItems: MenuItem[] = [
{
name: 'Step by step tutorials',
Expand Down
6 changes: 3 additions & 3 deletions nx-dev/ui-enterprise/src/lib/security.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ export function Security(): JSX.Element {
Security
</SectionHeading>
<p className="mt-6 text-lg">
Nx Cloud is certified to the industry standards, is constantly
monitored and{' '}
Nx Cloud is certified to industry standards, is constantly
monitored, and{' '}
<a
href="https://security.nx.app/"
target="_blank"
rel="nofollow noreferrer"
className="underline"
>
issue security Trust Reports powered by Vanta
issues security trust reports powered by Vanta
</a>
.
</p>
Expand Down

0 comments on commit c8620d1

Please sign in to comment.