Add map and description to location step with layout adjustments
This commit is contained in:
parent
d7a97dfb1d
commit
096c534536
17 changed files with 181 additions and 199 deletions
|
@ -5,7 +5,7 @@ import Header from '../components/Header'
|
|||
|
||||
import PlantRepsostory from '../repository/PlantRepository'
|
||||
|
||||
export default class SamplePage extends React.Component {
|
||||
export default class MainPage extends React.Component {
|
||||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
|
@ -31,12 +31,9 @@ export default class SamplePage extends React.Component {
|
|||
|
||||
render() {
|
||||
return (
|
||||
<Container fluid className='p-0'>
|
||||
<Container fluid className='main-container p-0'>
|
||||
<Header/>
|
||||
|
||||
<div className="pt-4">
|
||||
<Stepper plants={this.state.plants} />
|
||||
</div>
|
||||
<Stepper plants={this.state.plants} />
|
||||
</Container>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue