remove anime from search dropdown

This commit is contained in:
James Hawkins 2022-05-01 15:04:18 +01:00
parent 8e266ef383
commit cb73e560c4

View File

@ -52,11 +52,11 @@ export function SearchBarInput(props: SearchBarProps) {
name: "Series",
icon: Icons.CLAPPER_BOARD,
},
{
id: MWMediaType.ANIME,
name: "Anime",
icon: Icons.DRAGON,
},
// {
// id: MWMediaType.ANIME,
// name: "Anime",
// icon: Icons.DRAGON,
// },
]}
onClick={() => setDropdownOpen((old) => !old)}
>