build
This commit is contained in:
parent
5b7357c4e3
commit
3a091185ef
|
|
@ -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" : {}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue