Skip to content

Commit

Permalink
Remove authorImage (#652)
Browse files Browse the repository at this point in the history
authorImage was replaced by authorImageURL in #577

authorImage was removed from react-native-website in facebook/react-native-website#314 

authorImage was undocumented, so no docs changes
  • Loading branch information
amyrlam authored and yangshun committed May 8, 2018
1 parent 0ea685d commit 873a242
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/core/BlogPost.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}>
Expand Down

0 comments on commit 873a242

Please sign in to comment.