Skip to content

Commit

Permalink
docs(nxdev): remove workshop event banner (#8131)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Dec 12, 2021
1 parent d630718 commit 10c8e34
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions nx-dev/nx-dev/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
Header,
NpxCreateNxWorkspace,
NxUsersShowcase,
Testimonials,
} from '@nrwl/nx-dev/ui-common';
import { sendCustomEvent } from '@nrwl/nx-dev/feature-analytics';
import {
Expand All @@ -16,7 +15,6 @@ import {
DependencyGraph,
EcosystemFeatures,
EggheadCourses,
EventBanner,
ExperienceFeatures,
GettingStarted,
MonorepoFeatures,
Expand Down Expand Up @@ -109,12 +107,6 @@ export function Index() {
</a>
</Link>

{/*<Link href="#getting-started">*/}
{/* <a className="w-full sm:w-auto flex-none bg-white text-blue-nx-base hover:text-blue-nx-dark text-lg leading-6 font-semibold py-3 px-6 border border-transparent rounded-md focus:ring-2 focus:ring-offset-2 focus:ring-offset-white transition">*/}
{/* Documentation*/}
{/* </a>*/}
{/*</Link>*/}

<InlineCommand
language={'bash'}
command={'npx create-nx-workspace'}
Expand All @@ -134,7 +126,7 @@ export function Index() {
</div>
</div>
</div>
<EventBanner />

<div className="hidden md:block bg-gray-50 border-b border-gray-100">
{/*COMPANIES*/}
<NxUsersShowcase />
Expand Down

1 comment on commit 10c8e34

@vercel
Copy link

@vercel vercel bot commented on 10c8e34 Dec 12, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.