Link demo React UI to Github repo
This commit is contained in:
6
react-ui/src/App.js
vendored
6
react-ui/src/App.js
vendored
@@ -40,6 +40,12 @@ class App extends Component {
|
||||
<img src={logo} className="App-logo" alt="logo" />
|
||||
<h2>Welcome to React</h2>
|
||||
</div>
|
||||
<p className="App-intro">
|
||||
{'This is '}
|
||||
<a href="https://github.com/mars/heroku-cra-node">
|
||||
{'create-react-app with a custom Node/Express server'}
|
||||
</a><br/>
|
||||
</p>
|
||||
<p className="App-intro">
|
||||
{this.state.fetching
|
||||
? 'Fetching message from API'
|
||||
|
||||
Reference in New Issue
Block a user