Upgrade for Gatsby 0.12
This commit is contained in:
parent
bea1c89913
commit
fe529b5ee6
3 changed files with 7 additions and 5 deletions
|
|
@ -2,6 +2,7 @@ import React from 'react'
|
|||
import { config } from 'config'
|
||||
import { rhythm } from 'utils/typography'
|
||||
import { prefixLink } from 'gatsby-helpers'
|
||||
import profilePic from './profile-pic.jpg'
|
||||
|
||||
class Bio extends React.Component {
|
||||
render () {
|
||||
|
|
@ -12,7 +13,7 @@ class Bio extends React.Component {
|
|||
}}
|
||||
>
|
||||
<img
|
||||
src={prefixLink('/kyle-round-small-pantheon.jpg')}
|
||||
src={prefixLink(profilePic)}
|
||||
alt={`author ${config.authorName}`}
|
||||
style={{
|
||||
float: 'left',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue