FEAT updated header

This commit is contained in:
WaylonWalker 2020-03-01 10:58:45 -06:00
parent 8bea5ab5fe
commit ecbfc1f312

View file

@ -6,7 +6,7 @@ const Header = ({ siteTitle }) => (
<header <header
style={{ style={{
background: `black`, background: `black`,
marginBottom: `1.45rem`, // marginBottom: `1.45rem`,
}} }}
> >
<div <div
@ -27,6 +27,8 @@ const Header = ({ siteTitle }) => (
{siteTitle} {siteTitle}
</Link> </Link>
</h1> </h1>
<em>Made with Kedro v0.15.7</em><br />
using github actions <a href="https://github.com/WaylonWalker/default-kedro157">default-kedro157</a>
</div> </div>
</header> </header>
) )