update: use 'home' icon for 'explore' tab on side bar #2189
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue