Skip to content

Commit

Permalink
Update Header.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bladey committed Jul 6, 2021
1 parent c4e9694 commit 34e896d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import { jsx } from '@emotion/core';
import { colors, gridSize } from '@arch-ui/theme';

import logosvg from '../assets/logo.svg';
import { Container, SocialIconsNav, Search } from '../components';
import { Container, SocialIconsNav } from '../components';
import { SIDEBAR_WIDTH } from '../components/Sidebar';
import { media, mediaMax, mq } from '../utils/media';

export const HEADER_HEIGHT = 60;

export const Header = forwardRef(({ toggleMenu, showSearch = true, ...props }, ref) => (
export const Header = forwardRef(({ toggleMenu, ...props }, ref) => (
<header
ref={ref}
css={{
Expand Down

0 comments on commit 34e896d

Please sign in to comment.