Add header styled like Biosphere Capital site
- Adds Biosphere Capital logo - Adds dummy nav with no dropdown links
This commit is contained in:
parent
530089c19c
commit
aa95005fd2
8 changed files with 72 additions and 6 deletions
|
@ -5,9 +5,9 @@ import { Container } from 'reactstrap';
|
|||
export default class Step1 extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<Container className="pt-4">
|
||||
<div className="pt-4">
|
||||
<p>Please choose your location...</p>
|
||||
</Container>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue