diff --git a/app/components/navigation/BackButton.js b/app/components/navigation/BackButton.js
index 42daf81..3e9c5ca 100644
--- a/app/components/navigation/BackButton.js
+++ b/app/components/navigation/BackButton.js
@@ -1,5 +1,6 @@
import React from 'react-native';
import GlobalStyles from '../../settings/styles';
+import Icon from 'react-native-vector-icons/Ionicons';
var {
StyleSheet,
@@ -33,7 +34,7 @@ export default class NavigationButton extends React.Component {
style={styles.toolbarButton}
underlayColor={GlobalStyles.get('CIRCLE_NAVBAR_BG')}
onPress={this.goBack.bind(this)}>
- <
+
);