diff --git a/components/Header.js b/components/Header.js index cc659a5..0f40c6f 100644 --- a/components/Header.js +++ b/components/Header.js @@ -1,10 +1,9 @@ import styled, { css } from 'styled-components' import { Link, color, spacing } from '../ui' -import logoUrl from '../static/images/logo.png' const Header = (props) => ( - + Home diff --git a/components/Layout.js b/components/Layout.js index 03926c1..0e2efc2 100644 --- a/components/Layout.js +++ b/components/Layout.js @@ -22,7 +22,7 @@ const Layout = (props) => ( props.title || 'A page of the Sencrop Developer Platform.' }/> - +