Merge pull request #2189 from lbryio/icons

update: use 'home' icon for 'explore' tab on side bar
This commit is contained in:
Shawn K 2019-01-14 16:35:09 -06:00 committed by GitHub
commit b28a579995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,7 +198,7 @@ export const selectNavLinks = createSelector(
label: 'Explore', label: 'Explore',
path: '/discover', path: '/discover',
active: currentPage === 'discover', active: currentPage === 'discover',
icon: icons.COMPASS, icon: icons.HOME,
}, },
{ {
label: 'Subscriptions', label: 'Subscriptions',