Extracting to reusable components

This commit is contained in:
Moris Zen
2018-06-30 14:56:04 +02:00
parent fe306ab517
commit 05e9635c7c
5 changed files with 33 additions and 21 deletions

View File

@@ -7,7 +7,7 @@ import "./Header.css"
const Header = () => (
<header>
<nav className="flex items-center justify-between flex-wrap lg:p-6">
<div class="flex items-center flex-no-shrink text-white mr-6">
<div className="flex items-center flex-no-shrink text-white mr-6">
<Link to="/">
<img src={SaburlyLogo} alt='Saburly Logo' style={{ maxWidth: '300px' }} />
</Link>