Added blurb, tweaked styling
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user