Skip to content

Commit

Permalink
Changes to global header (#6452)
Browse files Browse the repository at this point in the history
  • Loading branch information
raveling authored Sep 2, 2021
1 parent 3443efa commit 67f3eeb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ export function Header() {

<LinkItem href="/why-keystone">Why Keystone</LinkItem>
<LinkItem href="/updates">Updates</LinkItem>
<LinkItem href="/docs">Docs</LinkItem>

{/* TODO: Add in search for mobile via this button */}
{/*
Expand All @@ -277,8 +276,6 @@ export function Header() {
<Search css={{ height: '1.4rem', marginTop: '0.2rem' }} />
</button>
*/}

<DarkModeBtn />
<Button
as="a"
href="/docs"
Expand All @@ -289,8 +286,9 @@ export function Header() {
},
})}
>
Get Started
Documentation
</Button>
<DarkModeBtn />
<a
href="https://github.com/keystonejs/keystone"
target="_blank"
Expand Down

1 comment on commit 67f3eeb

@vercel
Copy link

@vercel vercel bot commented on 67f3eeb Sep 2, 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.