feat: tool search by category

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-05 00:28:31 +00:00
parent a039bbe0f0
commit 8047d32734
3 changed files with 114 additions and 97 deletions

View File

@@ -35,7 +35,7 @@ export default function Hero() {
newInputValue: string
) => {
setInputValue(newInputValue);
setFilteredTools(_.shuffle(filterTools(tools, newInputValue)));
setFilteredTools(filterTools(tools, newInputValue));
};
return (