This commit is contained in:
Simon Reinsperger
2017-03-08 17:59:10 +01:00

View File

@@ -17,7 +17,7 @@ class SiteSidebar extends React.Component {
<header> <header>
<Link style={{ textDecoration: 'none', borderBottom: 'none', outline: 'none' }} to={prefixLink('/')}> <Link style={{ textDecoration: 'none', borderBottom: 'none', outline: 'none' }} to={prefixLink('/')}>
<img <img
src={prefixLink(profilePic)} src={profilePic}
width="75" height="75" width="75" height="75"
alt="Profile picture of the author" alt="Profile picture of the author"
/> />
@@ -61,3 +61,4 @@ SiteSidebar.propTypes = {
}; };
export default SiteSidebar; export default SiteSidebar;