FIX removed redundant title
This commit is contained in:
parent
aaeaa8af76
commit
aab8c3c1e8
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class IndexPage extends React.Component {
|
|||
return (
|
||||
<Layout>
|
||||
<SEO title="Home" />
|
||||
<h1>default kedro pipeline</h1>
|
||||
{/* <h1>default kedro pipeline</h1> */}
|
||||
<div className="pipeline" style={{ minHeight: '80vh' }}>
|
||||
{this.state.loaded === false ? 'loading' : <KedroViz style={{ height: '80vh' }} data={data} />}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue