Built out (functional) hamburger menu
This commit is contained in:
@ -39,7 +39,6 @@ const RouteWrapper = (props) => {
|
||||
return (
|
||||
<Route {...props} render={() => {
|
||||
let CustomTag = props.page;
|
||||
console.log(props);
|
||||
return (
|
||||
<main className="o-main">
|
||||
<CustomTag />
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user