Remove Discover section from legacy menu
This commit is contained in:
@ -20,7 +20,6 @@ import { ToggleCaretDownIcon } from '../../elements/icons/ToggleCaretDownIcon'
|
||||
import Link from 'next/link'
|
||||
import { ToggleCaretRightIcon } from '../../elements/icons/ToggleCaretRightIcon'
|
||||
import { NavMenuFooter } from './Footer'
|
||||
import { Discover } from "../../elements/DiscoverMenu"
|
||||
|
||||
export const LIBRARY_LEFT_MENU_WIDTH = '275px'
|
||||
|
||||
@ -32,7 +31,6 @@ type LibraryFilterMenuProps = {
|
||||
|
||||
showFilterMenu: boolean
|
||||
setShowFilterMenu: (show: boolean) => void
|
||||
|
||||
}
|
||||
|
||||
export function LibraryLegacyMenu(props: LibraryFilterMenuProps): JSX.Element {
|
||||
@ -148,7 +146,6 @@ export function LibraryLegacyMenu(props: LibraryFilterMenuProps): JSX.Element {
|
||||
</Box>
|
||||
<SavedSearches {...props} savedSearches={savedSearches} />
|
||||
<Subscriptions {...props} subscriptions={subscriptions} />
|
||||
<Discover />
|
||||
<Labels {...props} labels={labels} />
|
||||
<NavMenuFooter {...props} />
|
||||
<Box css={{ height: '250px ' }} />
|
||||
|
||||
Reference in New Issue
Block a user