summaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index e5d3e40..aa95f46 100644
--- a/src/App.js
+++ b/src/App.js
@@ -3,7 +3,7 @@ import update from 'immutability-helper';
import 'whatwg-fetch';
import 'promise-polyfill/src/polyfill';
import './App.css';
-import logo from './foursquare.png';
+import logo from './logo.png';
import SearchFilters from './SearchFilters.js';
import SearchResults from './SearchResults.js';