diff --git a/.idea/.name b/.idea/.name
new file mode 100644
index 0000000..3e4e48b
--- /dev/null
+++ b/.idea/.name
@@ -0,0 +1 @@
+.gitignore
\ No newline at end of file
diff --git a/components/neroshitron/search_input.tsx b/components/neroshitron/search_input.tsx
index 84c5943..ba39484 100644
--- a/components/neroshitron/search_input.tsx
+++ b/components/neroshitron/search_input.tsx
@@ -70,13 +70,17 @@ const SearchInput = ({ tagsChanged, searchChanged, nsfwChanged}: SearchInputProp
setSearch(e.target.value)} className="rounded-l-md h-16 bg-gray-100 text-grey-darker py-2 font-normal text-grey-darkest border border-gray-100 font-bold w-full py-1 px-2 outline-none text-lg text-gray-600" type="text" placeholder="Looking for a specific collection?" />
-