We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7f308 commit 2b7a177Copy full SHA for 2b7a177
client/src/components/Navbar.jsx
@@ -38,7 +38,7 @@ const Navbar = ({ onSearch }) => {
38
<label htmlFor="simple-search" className="sr-only">Search</label>
39
<div className="relative w-full">
40
<input type="text" id="simple-search" className="border border-gray text-sm rounded-lg block shadow w-full pl-3 p-2.5 bg-[#0e0e0e] border-gray-600 placeholder-gray-400 text-white focus:ring-blue-500 focus:border-blue-500" value={searchQuery}
41
- onChange={handleSearch} onKeyDown={handleKeyPress} placeholder="Search by Name or Username..." required="" />
+ onChange={handleSearch} onKeyDown={handleKeyPress} placeholder="Search by Username..." required="" />
42
</div>
43
44
0 commit comments