mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-14 09:37:37 +02:00
Remove authorImage (#652)
authorImage was replaced by authorImageURL in https://github.com/facebook/Docusaurus/pull/577 authorImage was removed from react-native-website in https://github.com/facebook/react-native-website/pull/314 authorImage was undocumented, so no docs changes
This commit is contained in:
parent
0ea685d455
commit
873a2427f9
1 changed files with 0 additions and 8 deletions
|
@ -56,14 +56,6 @@ class BlogPost extends React.Component {
|
|||
</a>
|
||||
</div>
|
||||
);
|
||||
} else if (post.authorImage) {
|
||||
return (
|
||||
<div className={className}>
|
||||
<a href={post.authorURL} target="_blank" rel="noreferrer noopener">
|
||||
<img src={post.authorImage} />
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
} else if (post.authorImageURL) {
|
||||
return (
|
||||
<div className={className}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue