Skip to content

Commit

Permalink
fix(nx-dev): improve mobile documentation header (#18871)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes authored Aug 29, 2023
1 parent dd377d4 commit 2383f7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nx-dev/ui-common/src/lib/documentation-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,15 @@ export function DocumentationHeader({
</button>

{/*SEARCH*/}
<div className="mx-4 w-full">
<div className="mx-4 w-auto">
<AlgoliaSearch />
</div>
</div>
{/*LOGO*/}
<div className="flex items-center">
<Link
href="/"
className="flex items-center px-4 text-slate-900 dark:text-white lg:px-0"
className="flex flex-grow items-center px-4 text-slate-900 dark:text-white lg:px-0"
>
<svg
role="img"
Expand All @@ -184,7 +184,7 @@ export function DocumentationHeader({
</Link>
<Link
href="/getting-started/intro"
className="flex ml-2 items-center px-4 text-slate-900 dark:text-white lg:px-0"
className="hidden lg:flex ml-2 items-center px-4 text-slate-900 dark:text-white lg:px-0"
>
<span className="text-xl font-bold uppercase tracking-wide">
Docs
Expand Down

1 comment on commit 2383f7d

@vercel
Copy link

@vercel vercel bot commented on 2383f7d Aug 29, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-dev-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.