This commit is contained in:
2019-06-09 12:35:33 +10:00
parent c7d9f64f73
commit acee83732a
+1 -1
View File
@@ -40,7 +40,7 @@ class Home extends React.Component {
<Blurb /> <Blurb />
<h1 className='centered'>News</h1> <h1 className='centered'>News</h1>
<News setWarning={this.setWarning.bind(this)} getFetch={ (fn) => this.setState({ fetch: fn }) } /> <News setWarning={this.setWarning.bind(this)} getFetch={ (fn) => this.setState({ fetch: fn }) } />
<p className='centered'><Link to='/news'>See all news...</Link></p> <p className='right'><Link to='/news'>See all news...</Link></p>
</div> </div>
</div> </div>
</div> </div>