diff --git a/components/neroshitron/search_input.tsx b/components/neroshitron/search_input.tsx index 65a7198..916b485 100644 --- a/components/neroshitron/search_input.tsx +++ b/components/neroshitron/search_input.tsx @@ -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 ( <>