mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
styling
This commit is contained in:
@@ -19,13 +19,13 @@ export default class Index extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<Header/>
|
||||
<div class="Main">
|
||||
{React.cloneElement(this.props.children, this.props)}
|
||||
<Sidebar sensor={Object.assign({}, this.props.sensor)}/>
|
||||
</div>
|
||||
<Footer/>
|
||||
<Header/>
|
||||
<div class="Main">
|
||||
{React.cloneElement(this.props.children, this.props)}
|
||||
<Sidebar sensor={Object.assign({}, this.props.sensor)}/>
|
||||
</div>
|
||||
<Footer/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user