summaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2021-11-17 18:56:49 -0800
committerJesse Morgan <jesse@jesterpm.net>2021-11-17 18:56:49 -0800
commit75de002187cb934324627d59a2d47dec79f7b9ac (patch)
tree3dda3b2e263ea213562ad5b57c6faf88c2ea3021 /src/App.js
parent823d38cd0cfe87504660ef561ae58bc486e77596 (diff)
Branding change
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';