FEAT updated header
This commit is contained in:
parent
8bea5ab5fe
commit
ecbfc1f312
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue