Skip to content

Commit

Permalink
Merge pull request #7 from cchaos/sgammon_2018-07-13-bump-eui
Browse files Browse the repository at this point in the history
Fixed breaking `EuiPage` changes
  • Loading branch information
stacey-gammon committed Jul 16, 2018
2 parents 759e9d0 + 85a31a0 commit 3f06ba5
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 3f06ba5

Please sign in to comment.