mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-26 05:22:28 +01:00
merge
This commit is contained in:
commit
b52d4a7123
@ -17,7 +17,7 @@ class SiteSidebar extends React.Component {
|
||||
<header>
|
||||
<Link style={{ textDecoration: 'none', borderBottom: 'none', outline: 'none' }} to={prefixLink('/')}>
|
||||
<img
|
||||
src={prefixLink(profilePic)}
|
||||
src={profilePic}
|
||||
width="75" height="75"
|
||||
alt="Profile picture of the author"
|
||||
/>
|
||||
@ -61,3 +61,4 @@ SiteSidebar.propTypes = {
|
||||
};
|
||||
|
||||
export default SiteSidebar;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user