Merge pull request #10 from abisz/patch-2

Fixes Twitter Link in SitePost component
This commit is contained in:
Alexander S 2016-09-17 23:29:19 +03:00 committed by GitHub
commit ebe14e8087

View File

@ -36,7 +36,7 @@ class SitePost extends React.Component {
<hr></hr> <hr></hr>
<p> <p>
{ config.siteDescr } { config.siteDescr }
<a href={ config.twitter }> <a href={ config.siteTwitterUrl }>
<br></br> <strong>{ config.siteAuthor }</strong> on Twitter</a> <br></br> <strong>{ config.siteAuthor }</strong> on Twitter</a>
</p> </p>
</div> </div>
@ -51,4 +51,4 @@ SitePost.propTypes = {
pages: React.PropTypes.array, pages: React.PropTypes.array,
} }
export default SitePost export default SitePost