Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created January 30, 2018 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christiannwamba/7b082bd2f4d74a28a1d320f06caeb26e to your computer and use it in GitHub Desktop.
Save christiannwamba/7b082bd2f4d74a28a1d320f06caeb26e to your computer and use it in GitHub Desktop.
...
const Header = () => (
<div
style={{
background: 'black',
marginBottom: '1.45rem',
// color: 'white'
}}
...
<h1 style={{ margin: 0 }}>
<Link
to="/"
style={{
color: 'white',
textDecoration: 'none',
}}
>
RakuTech Blog
</Link>
</h1>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment