|
|
@ -24,7 +24,7 @@ export default function PopularSearch(props) { |
|
|
|
> |
|
|
|
> |
|
|
|
<input |
|
|
|
<input |
|
|
|
type="search" |
|
|
|
type="search" |
|
|
|
className="transition py-2 pr-4 pl-2 mx-0 border rounded-md outline-none focus:ring-1 placeholder-gray-500 placeholder-opacity-40 focus:placeholder-blue-300" |
|
|
|
className="transition py-2 pr-4 pl-14 mx-0 border rounded-md outline-none focus:ring-1 placeholder-gray-500 placeholder-opacity-40 focus:placeholder-blue-300" |
|
|
|
onChange={(e) => onChange(e.target.value)} |
|
|
|
onChange={(e) => onChange(e.target.value)} |
|
|
|
value={value} |
|
|
|
value={value} |
|
|
|
placeholder={langDetector( |
|
|
|
placeholder={langDetector( |
|
|
|