Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aydrian committed Apr 14, 2018
1 parent 9c38691 commit ba6504a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion webui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Giphy Responder Dashboard</title>
</head>
<body>
<noscript>
Expand Down
3 changes: 0 additions & 3 deletions webui/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ class App extends Component {
<img src={logo} className="App-logo" alt="logo" />
<h1 className="App-title">Giphy Responder</h1>
</header>
<p className="App-intro">
To get started, edit <code>src/App.js</code> and save to reload.
</p>
<ul>
{ this.state.responses.map(response => {
return (
Expand Down

0 comments on commit ba6504a

Please sign in to comment.