mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 10:22:53 +00:00
more css
This commit is contained in:
@@ -34,7 +34,7 @@ export default class Index extends React.Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div class="Layout" >
|
||||
<div>
|
||||
<Header />
|
||||
<div class="Main">
|
||||
{typeof this.page === 'undefined' ? <Preview posts={this.props.redux.preview.posts} /> : ""}
|
||||
|
||||
Reference in New Issue
Block a user