Added blurb, tweaked styling

This commit is contained in:
2019-05-26 05:01:00 +10:00
parent 6095261c27
commit 04129aeba3
5 changed files with 38 additions and 1 deletions
+2
View File
@@ -4,6 +4,7 @@ import { withRouter, Link } from 'react-router-dom';
//panels
import CommonLinks from '../panels/common_links.jsx';
import Blurb from '../panels/blurb.jsx';
import NewsPanel from '../panels/news_panel.jsx';
class Home extends React.Component {
@@ -46,6 +47,7 @@ class Home extends React.Component {
<SidePanel />
<div className='mainPanel'>
<Blurb />
<h1 className='centered'>News</h1>
<NewsPanel />
</div>