1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update Header.js

This commit is contained in:
Guillermo Rauch 2016-12-20 12:36:30 -08:00 committed by GitHub
parent c4c63ab401
commit 35869daee5

View file

@ -1,12 +1,5 @@
import React from 'react'
import Link from 'next/link'
const styles = {
a: {
marginRight: 10
}
}
export default () => (
<div>
<Link href='/'>
@ -18,3 +11,9 @@ export default () => (
</Link>
</div>
)
const styles = {
a: {
marginRight: 10
}
}