Skip to content

Commit

Permalink
Fixed contact title
Browse files Browse the repository at this point in the history
  • Loading branch information
ATF19 committed Aug 23, 2017
1 parent 9f27099 commit 01fd9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class Contact extends Component {
);
return(
<Container style={{backgroundColor: '#fdfdfd'}}>
<Navbar left={left} title="NEWSLETTER" />
<Navbar left={left} title="CONTACT" />
<View style={{flex: 1, justifyContent: 'center', alignItems: 'center', paddingLeft: 50, paddingRight: 50}}>
<Item>
<Icon active name='ios-person-outline' />
Expand Down

0 comments on commit 01fd9a4

Please sign in to comment.