Skip to content

Commit

Permalink
feat(nx-dev): add contact us button (#27248)
Browse files Browse the repository at this point in the history
Add the contact us hero section button back.
  • Loading branch information
bcabanes authored Jul 31, 2024
1 parent 777eea6 commit 2111841
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion nx-dev/ui-home/src/lib/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function Hero(): JSX.Element {
<Strong>advanced CI capabilities</Strong> including caching and
distribution.
</SectionHeading>
<div className="mt-10 flex items-center justify-center gap-x-6">
<div className="mt-10 flex flex-col items-center justify-center gap-6 sm:flex-row">
<ButtonLink
href="/getting-started/intro?utm_medium=website&utm_campaign=homepage_links&utm_content=cta_hero_get_started#try-nx-yourself"
title="Get started"
Expand All @@ -87,6 +87,14 @@ export function Hero(): JSX.Element {
>
Learn about Nx on CI
</ButtonLink>
<ButtonLink
href="/contact?utm_medium=website&utm_campaign=homepage_links&utm_content=cta_hero_get_started"
title="Get started"
variant="secondary"
size="default"
>
Contact us
</ButtonLink>
</div>
</div>
</div>
Expand Down

0 comments on commit 2111841

Please sign in to comment.