Skip to content

Commit

Permalink
fix #814
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed Jun 30, 2018
1 parent 249fc7d commit 60dcad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/BlogPostLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class BlogPostLayout extends React.Component {
const fbLike = this.props.config.facebookAppId && (
<div className="blogSocialSectionItem">
<div
className="fbLike"
className="fb-like"
data-href={
this.props.config.url +
this.props.config.baseUrl +
Expand Down

0 comments on commit 60dcad8

Please sign in to comment.