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:
Amy Lam 2018-05-07 23:58:52 -07:00 committed by Yangshun Tay
parent 0ea685d455
commit 873a2427f9

View file

@ -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}>