mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-27 14:01:15 +01:00
merge
This commit is contained in:
commit
b52d4a7123
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user