Skip to content

Commit

Permalink
Fixed breaking EuiPage changes
Browse files Browse the repository at this point in the history
Mainly adding `EuiPageBody`’s where there were none
  • Loading branch information
cchaos committed Jul 13, 2018
1 parent 68d199a commit 85a31a0
Show file tree
Hide file tree
Showing 13 changed files with 1,076 additions and 1,234 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ export class Main extends React.Component {
const { title } = this.props;
return (
<EuiPage>
<EuiPageHeader>
<EuiTitle size="l">
<h1>{title} Hello World!</h1>
</EuiTitle>
</EuiPageHeader>
<EuiPageBody>
<EuiPageHeader>
<EuiTitle size="l">
<h1>{title} Hello World!</h1>
</EuiTitle>
</EuiPageHeader>
<EuiPageContent>
<EuiPageContentHeader>
<EuiTitle>
Expand Down
Loading

0 comments on commit 85a31a0

Please sign in to comment.