diff --git a/src/layouts/search/search.tsx b/src/layouts/search/search.tsx index 0b0e7520..ee76bf8e 100644 --- a/src/layouts/search/search.tsx +++ b/src/layouts/search/search.tsx @@ -5,6 +5,7 @@ import Analytics from '@/analytics' import { BrowserBookmark } from './browser-bookmark/browser-bookmark' import { TrendingSearches } from './trending/trending-searches' import { VoiceSearchButton } from './voice/VoiceSearchButton' +import { FcGoogle } from 'react-icons/fc' export function SearchLayout() { const [searchQuery, setSearchQuery] = useState('') @@ -75,7 +76,7 @@ export function SearchLayout() {
onFocusInput()} className={ - 'w-full py-1.5 text-base font-light text-right focus:outline-none text-content placeholder:text-content' + 'w-full py-1.5 text-base font-light text-right focus:outline-none text-content placeholder:text-base-content/80 placeholder:font-medium focus:placeholder:opacity-50 bg-transparent ' } - placeholder="جستجو ..." + placeholder="جستجو در گوگل" autoComplete="off" />