From 912fa157e28015209f85a2c058844c29747f7199 Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Sun, 2 Jun 2024 02:04:58 -0400 Subject: [PATCH] Update search_input.tsx --- components/neroshitron/search_input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( <>