Skip to content

Commit 95b44f4

Browse files
committed
h1 format
1 parent 3156bc2 commit 95b44f4

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

web/src/components/core/header.js

+1-11
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import Fade from "react-reveal/Fade";
1010
import { Collapse } from "react-collapse";
1111
import { Box, Divider, Flex, Grid, Input, jsx, Text } from "theme-ui";
1212
import { navigate } from "gatsby";
13-
import Login from "../users/login";
1413

1514
function MenuLink(props) {
1615
return (
@@ -176,16 +175,7 @@ function StandardHeader({ logo, menuLinks, isSearch }) {
176175
<StandardMenuLink key={`standard-menu-link-${index}`} {...link} />
177176
)
178177
)}
179-
<div
180-
sx={{
181-
width: "30%",
182-
height: "60%",
183-
marginLeft: "auto",
184-
}}
185-
>
186-
<Login />
187-
{!isSearch && <Searchbar />}
188-
</div>
178+
{!isSearch && <Searchbar />}
189179
</Flex>
190180
<br />
191181
</Container>

0 commit comments

Comments
 (0)