mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-17 19:16:58 +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>
|
</a>
|
||||||
</div>
|
</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) {
|
} else if (post.authorImageURL) {
|
||||||
return (
|
return (
|
||||||
<div className={className}>
|
<div className={className}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue