docs(nxdev): remove nx conf banner (#12763)
This commit is contained in:
parent
e4c4fe0975
commit
2f46797535
@ -1,4 +1,4 @@
|
|||||||
import { AnnouncementBanner, Footer, Header } from '@nrwl/nx-dev/ui-common';
|
import { Footer, Header } from '@nrwl/nx-dev/ui-common';
|
||||||
import {
|
import {
|
||||||
ExtensibleAndIntegrated,
|
ExtensibleAndIntegrated,
|
||||||
GettingStarted,
|
GettingStarted,
|
||||||
@ -39,7 +39,6 @@ export default function Index(): JSX.Element {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<h1 className="sr-only">Next generation monorepo tool</h1>
|
<h1 className="sr-only">Next generation monorepo tool</h1>
|
||||||
<AnnouncementBanner />
|
|
||||||
<Header />
|
<Header />
|
||||||
<main id="main" role="main">
|
<main id="main" role="main">
|
||||||
<div className="w-full">
|
<div className="w-full">
|
||||||
|
|||||||
@ -187,10 +187,10 @@ export function Header(): JSX.Element {
|
|||||||
title="Check Nx conference"
|
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"
|
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 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="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 className="relative inline-flex h-3 w-3 rounded-full bg-blue-500 dark:bg-sky-500" />*/}
|
||||||
</span>
|
{/*</span>*/}
|
||||||
Nx Conf
|
Nx Conf
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user