update: use 'home' icon for 'explore' tab on side bar

This commit is contained in:
Sean Yesmunt 2019-01-14 17:31:23 -05:00
parent 613c1427e2
commit d9770f3343

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',