mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-13 07:18:57 +01:00
Merge pull request #10 from abisz/patch-2
Fixes Twitter Link in SitePost component
This commit is contained in:
commit
ebe14e8087
@ -36,7 +36,7 @@ class SitePost extends React.Component {
|
||||
<hr></hr>
|
||||
<p>
|
||||
{ config.siteDescr }
|
||||
<a href={ config.twitter }>
|
||||
<a href={ config.siteTwitterUrl }>
|
||||
<br></br> <strong>{ config.siteAuthor }</strong> on Twitter</a>
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user