We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7475f3e + 711b9fe commit 23d0309Copy full SHA for 23d0309
src/js/components/navigation.js
@@ -84,7 +84,10 @@ var Navigation = React.createClass({
84
}
85
if (this.getPath() === '/settings') {
86
backIcon = (
87
- <i onClick={this.goBack} className='fa fa-chevron-left' />
+ <i className='fa fa-chevron-left' onClick={this.goBack} />
88
+ );
89
+ settingsIcon = (
90
+ <i className='fa fa-cog' onClick={this.goBack} />
91
);
92
93
0 commit comments