We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 774a579 + 15344f8 commit 0088aefCopy full SHA for 0088aef
1 file changed
src/components/forms/SearchProfiles.tsx
@@ -29,7 +29,7 @@ const SearchProfiles = () => {
29
type="text"
30
value={queryString}
31
className="text-lg p-6 text-gray-800 dark:text-white rounded-br-xl backdrop-blur-3xl bg-white/95 dark:bg-zinc-700 shadow-sm"
32
- placeholder="Search developer by name, skills or locations"
+ placeholder="Search developer by name, and locations"
33
/>
34
<SearchIcon
35
size={30}
0 commit comments