diff --git a/components/Header/Logo.js b/components/Header/Logo.js new file mode 100644 index 0000000..211599b --- /dev/null +++ b/components/Header/Logo.js @@ -0,0 +1,49 @@ +// @flow +import React from 'react'; + +const Logo = () => ( + + + + + + + + + + + + + + +); + +export default Logo; diff --git a/components/Header/index.js b/components/Header/index.js index 55b108f..f19b22d 100644 --- a/components/Header/index.js +++ b/components/Header/index.js @@ -1,8 +1,9 @@ // @flow import * as React from 'react'; import Link from 'next/link'; -import { Container, Logo, ButtonRowContainer } from './style'; +import { Container, ButtonRowContainer } from './style'; import { PrimaryButton, GhostButton } from '../Button'; +import Logo from './Logo'; type Props = { showHeaderShadow: boolean, @@ -15,7 +16,7 @@ export default function Header(props: Props) { - Security Checklist +