Browse Source

remove anime from search dropdown

pull/60/head
James Hawkins 3 years ago
parent
commit
cb73e560c4
  1. 10
      src/components/SearchBar.tsx

10
src/components/SearchBar.tsx

@ -52,11 +52,11 @@ export function SearchBarInput(props: SearchBarProps) { @@ -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)}
>

Loading…
Cancel
Save