Skip to content

Commit

Permalink
feat(nx-dev): improve the enteprise page
Browse files Browse the repository at this point in the history
(cherry picked from commit bdd3375)
  • Loading branch information
meeroslav authored and FrozenPandaz committed May 29, 2024
1 parent becafca commit 8881da7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions nx-dev/ui-enterprise/src/lib/download-ebook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ export function DownloadEbook(): JSX.Element {
</svg>
<div className="mx-auto max-w-md text-center lg:mx-0 lg:flex-auto lg:py-12 lg:text-left">
<h2 className="text-3xl font-bold tracking-tight text-slate-950 sm:text-4xl dark:text-slate-50">
Download
<br />
Fast CI for monorepos
Download our ebook
</h2>
<p className="mt-6 text-lg leading-8">
Discover how to scale your organization without feeling the pain of
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 @@ -9,19 +9,19 @@ export function Security(): JSX.Element {
<SectionHeading as="h2" variant="title">
Security
</SectionHeading>
<SectionHeading as="h2" variant="subtitle" className="mt-6">
<p className="mt-6 text-lg">
Nx Cloud is certified to the industry standards, is constantly
monitored and{' '}
<a
href="https://security.nx.app/"
target="_blank"
rel="nofollow"
rel="nofollow noreferrer"
className="underline"
>
issue security Trust Reports powered by Vanta
</a>
.
</SectionHeading>
</p>

<div className="mt-16 flex flex-wrap items-center gap-4">
<div className="flex w-52 shrink-0 items-center gap-2 rounded-xl px-2 py-1 text-xs text-slate-950 ring-1 ring-slate-200 dark:text-slate-50 dark:ring-slate-700">
Expand Down

0 comments on commit 8881da7

Please sign in to comment.