mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-12 01:39:14 +01:00
remove anime from search dropdown
This commit is contained in:
parent
8e266ef383
commit
cb73e560c4
@ -52,11 +52,11 @@ export function SearchBarInput(props: SearchBarProps) {
|
|||||||
name: "Series",
|
name: "Series",
|
||||||
icon: Icons.CLAPPER_BOARD,
|
icon: Icons.CLAPPER_BOARD,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
id: MWMediaType.ANIME,
|
// id: MWMediaType.ANIME,
|
||||||
name: "Anime",
|
// name: "Anime",
|
||||||
icon: Icons.DRAGON,
|
// icon: Icons.DRAGON,
|
||||||
},
|
// },
|
||||||
]}
|
]}
|
||||||
onClick={() => setDropdownOpen((old) => !old)}
|
onClick={() => setDropdownOpen((old) => !old)}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user