From cb73e560c4554011ed9b7ae984c918d8e422d8c3 Mon Sep 17 00:00:00 2001
From: James Hawkins <jhawki2005@gmail.com>
Date: Sun, 1 May 2022 15:04:18 +0100
Subject: [PATCH] remove anime from search dropdown

---
 src/components/SearchBar.tsx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/components/SearchBar.tsx b/src/components/SearchBar.tsx
index af3948f7..17fa15b9 100644
--- a/src/components/SearchBar.tsx
+++ b/src/components/SearchBar.tsx
@@ -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)}
       >