mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-06-16 05:09:17 +00:00
Update search_input.tsx
This commit is contained in:
parent
394163198c
commit
912fa157e2
@ -58,7 +58,7 @@ const SearchInput = ({ tagsChanged, searchChanged, nsfwChanged }: SearchInputPro
|
||||
getData();
|
||||
}, []);
|
||||
|
||||
const tagOptions = tags.map((tag: { name: string; }) => ({ value: tag.name, label: tag.name }));
|
||||
const tagOptions = tags.map((tag: { name: string; }) => ({ value: tag.name, label: "🏷️"+tag.name }));
|
||||
return (
|
||||
<>
|
||||
<div className="relative md:w-full lg:w-2/3 mx-auto flex flex-col items-center justify-center z-10">
|
||||
|
Loading…
x
Reference in New Issue
Block a user