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.
1 parent 3551173 commit 7524ff8Copy full SHA for 7524ff8
src/App.js
@@ -78,6 +78,8 @@ const MAPBOX_ACCESS_TOKEN =
78
79
// begin constants to move to another file later
80
// material ui styles
81
+const KEPLER_GL_VERSION = '__PACKAGE_VERSION__';
82
+
83
const styles = theme => ({
84
root: {
85
display: 'flex'
@@ -807,6 +809,7 @@ class App extends Component {
807
809
>
808
810
<img src={kepLogo} />
811
</a>
812
+ <p className="info">Version: {KEPLER_GL_VERSION}</p>
813
</React.Fragment>
814
}
815
/>
0 commit comments