build
This commit is contained in:
parent
5b7357c4e3
commit
3a091185ef
|
|
@ -40,7 +40,7 @@ const Search = ({ isSmall, isInputFocused, setIsInputFocused }: IProps) => {
|
||||||
className="search"
|
className="search"
|
||||||
onSubmit={(event: React.FormEvent<HTMLFormElement>) => {
|
onSubmit={(event: React.FormEvent<HTMLFormElement>) => {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
// navigate(`/search/${inputValue}`);
|
navigate(`/search/${inputValue}`);
|
||||||
}}
|
}}
|
||||||
variants={searchMobileMotion}
|
variants={searchMobileMotion}
|
||||||
initial={isSmall ? "borderRest" : {}}
|
initial={isSmall ? "borderRest" : {}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue