This commit is contained in:
VividTruthKeeper 2023-02-20 23:17:40 +05:00
parent 5b7357c4e3
commit 3a091185ef
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ const Search = ({ isSmall, isInputFocused, setIsInputFocused }: IProps) => {
className="search"
onSubmit={(event: React.FormEvent<HTMLFormElement>) => {
event.preventDefault();
// navigate(`/search/${inputValue}`);
navigate(`/search/${inputValue}`);
}}
variants={searchMobileMotion}
initial={isSmall ? "borderRest" : {}}