Built out (functional) hamburger menu

This commit is contained in:
2018-06-12 08:34:59 +10:00
parent 9dd724a8d4
commit 13614d2cdc
11 changed files with 166 additions and 14 deletions

View File

@ -39,7 +39,6 @@ const RouteWrapper = (props) => {
return (
<Route {...props} render={() => {
let CustomTag = props.page;
console.log(props);
return (
<main className="o-main">
<CustomTag />

View File

@ -65,9 +65,9 @@ const AboutPage = (props) => {
<Split className="u-text-center" padded>
<ElementScrollFader from="bottom">
<Heading1>
<Title>
{ Language.get("pages.about.video.heading") }
</Heading1>
</Title>
<Paragraph>
{ Language.get("pages.about.video.paragraph") }
</Paragraph>