Extracting to reusable components
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user