docs(nxdev): remove nx conf banner (#12763)

This commit is contained in:
Benjamin Cabanes 2022-10-21 16:45:54 -07:00 committed by GitHub
parent e4c4fe0975
commit 2f46797535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
import { AnnouncementBanner, Footer, Header } from '@nrwl/nx-dev/ui-common';
import { Footer, Header } from '@nrwl/nx-dev/ui-common';
import {
ExtensibleAndIntegrated,
GettingStarted,
@ -39,7 +39,6 @@ export default function Index(): JSX.Element {
}}
/>
<h1 className="sr-only">Next generation monorepo tool</h1>
<AnnouncementBanner />
<Header />
<main id="main" role="main">
<div className="w-full">

View File

@ -187,10 +187,10 @@ export function Header(): JSX.Element {
title="Check Nx conference"
className="relative hidden px-3 py-2 font-medium leading-tight hover:text-blue-500 dark:text-slate-200 dark:hover:text-sky-500 md:inline-flex"
>
<span className="absolute top-0 right-0 -mt-1 -mr-1 flex h-3 w-3">
<span className="absolute inline-flex h-full w-full animate-ping rounded-full bg-blue-500 opacity-75 dark:bg-sky-500" />
<span className="relative inline-flex h-3 w-3 rounded-full bg-blue-500 dark:bg-sky-500" />
</span>
{/*<span className="absolute top-0 right-0 -mt-1 -mr-1 flex h-3 w-3">*/}
{/* <span className="absolute inline-flex h-full w-full animate-ping rounded-full bg-blue-500 opacity-75 dark:bg-sky-500" />*/}
{/* <span className="relative inline-flex h-3 w-3 rounded-full bg-blue-500 dark:bg-sky-500" />*/}
{/*</span>*/}
Nx Conf
</a>
</Link>