Skip to content

Commit

Permalink
Update layout.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Simar committed Sep 24, 2016
1 parent 219ae18 commit c694b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Layout extends Component {
return (
<Container>
<Header>
<Title>Header New</Title>
<Title>Header Title</Title>
</Header>

<Content style={styles.content}>
Expand All @@ -31,4 +31,4 @@ const styles = PlatformStyleSheet.create({
padding: 20
}
});
export default Layout;
export default Layout;

0 comments on commit c694b86

Please sign in to comment.