Cleaned Header and HamburgerMenu code.

This commit is contained in:
2018-10-23 18:00:39 +11:00
parent fa24078037
commit 4cbecbb26a
2 changed files with 18 additions and 19 deletions

View File

@ -24,7 +24,7 @@
import React from 'react';
import Navbar from '@components/nav/navbar/Navbar';
export default function(props) {
export default (props) => {
return (
<header {...props} role="banner">
<Navbar />