mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	Fixes Twitter Link in SitePost component
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							f869ef4946
						
					
				
				
					commit
					e404f38202
				
			@@ -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>
 | 
			
		||||
@@ -51,4 +51,4 @@ SitePost.propTypes = {
 | 
			
		||||
    pages: React.PropTypes.array,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export default SitePost
 | 
			
		||||
export default SitePost
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user