Skip to content

Commit cb47b68

Browse files
committed
add new class
1 parent 008c6fb commit cb47b68

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/header.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PropTypes from "prop-types"
33
import React from "react"
44

55
const Header = ({ siteTitle }) => (
6-
<header
6+
<header className="main__header"
77
style={{
88
background: `#068466`,
99
color: `#fff`,
@@ -25,6 +25,9 @@ const Header = ({ siteTitle }) => (
2525
{siteTitle}
2626
</Link>
2727
</h1>
28+
<div className="header__author">
29+
a project by <a href="https://twitter.com/kenoldb" target="_blank">Kenold Beauplan</a>.
30+
</div>
2831
</div>
2932
</header>
3033
)

0 commit comments

Comments
 (0)