remove double 'discover' link showing up in mobile side nav
This commit is contained in:
parent
28e7fec338
commit
d012300fe9
1 changed files with 0 additions and 5 deletions
|
@ -101,11 +101,6 @@ function SideNavigation(props: Props) {
|
|||
extra: <NotificationBubble inline />,
|
||||
hideForUnauth: true,
|
||||
},
|
||||
{
|
||||
title: 'Discover',
|
||||
link: `/$/${PAGES.DISCOVER}`,
|
||||
icon: ICONS.DISCOVER,
|
||||
},
|
||||
{
|
||||
title: IS_WEB ? 'Purchased' : 'Library',
|
||||
link: `/$/${PAGES.LIBRARY}`,
|
||||
|
|
Loading…
Add table
Reference in a new issue