mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
fix: added a thing telling user where tags are
This commit is contained in:
parent
45d3b459d8
commit
9de286f920
@ -18,7 +18,7 @@ const SearchInput = ({ tagsChanged, searchChanged, nsfwChanged }: SearchInputPro
|
||||
const [selectedTags, setSelectedTags] = useState<string[]>([]);
|
||||
const [selectedTagsInput, setSelectedTagsInput] = useState<Option[]>([
|
||||
{ value: "neroshi", label: "🧑🎨 neroshi" },
|
||||
{ value: "neroshi", label: "📢 start searching by using tags!" },
|
||||
{ value: "neroshi", label: "❗️ click here for tags!" },
|
||||
]);
|
||||
const [selectingTags, setSelectingTags] = useState<boolean>(false);
|
||||
const tagSelectorRef = React.useRef(null);
|
||||
|
Loading…
x
Reference in New Issue
Block a user