mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 10:40:09 +01:00 
			
		
		
		
	Upgrade to Gatsby 0.12.0
This commit is contained in:
		@@ -5,6 +5,7 @@ import { config } from 'config'
 | 
			
		||||
import SiteNav from '../SiteNav'
 | 
			
		||||
import SiteLinks from '../SiteLinks'
 | 
			
		||||
import './style.css'
 | 
			
		||||
import profilePic from '../../pages/photo.jpg'
 | 
			
		||||
 | 
			
		||||
class SiteSidebar extends React.Component {
 | 
			
		||||
    render() {
 | 
			
		||||
@@ -14,7 +15,7 @@ class SiteSidebar extends React.Component {
 | 
			
		||||
        let header = (
 | 
			
		||||
        <header>
 | 
			
		||||
          <Link style={ {    textDecoration: 'none',    borderBottom: 'none',    outline: 'none'} } to={ prefixLink('/') }>
 | 
			
		||||
          <img src='./photo.jpg' width='75' height='75' />
 | 
			
		||||
          <img src={prefixLink(profilePic)} width='75' height='75' />
 | 
			
		||||
          </Link>
 | 
			
		||||
          { isHome ? (
 | 
			
		||||
            <h1><Link style={ {    textDecoration: 'none',    borderBottom: 'none',    color: 'inherit'} } to={ prefixLink('/') }> { config.siteAuthor } </Link></h1>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user