{/*INTRO COMPONENT*/}
diff --git a/nx-dev/ui-common/src/lib/header.tsx b/nx-dev/ui-common/src/lib/header.tsx
index 430dd03684..cd86f5aad9 100644
--- a/nx-dev/ui-common/src/lib/header.tsx
+++ b/nx-dev/ui-common/src/lib/header.tsx
@@ -3,13 +3,11 @@ import Link from 'next/link';
import { AlgoliaSearch } from '@nrwl/nx-dev/feature-search';
export interface HeaderProps {
- showSearch: boolean;
isDocViewer?: boolean;
useDarkBackground?: boolean;
}
export function Header(props: HeaderProps) {
- const showSearch = props.showSearch;
return (
{/*SEARCH*/}
-
+
{/*NAVIGATION*/}