Merge pull request #2189 from lbryio/icons
update: use 'home' icon for 'explore' tab on side bar
This commit is contained in:
commit
b28a579995
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