Profile and design hotfixes
This commit is contained in:
@@ -17,7 +17,6 @@ function SearchBar({ value, onChange, placeholder }) {
|
||||
onChange={(e) => onChange(e.target.value)}
|
||||
placeholder={placeholder}
|
||||
className="search-input"
|
||||
autoFocus
|
||||
/>
|
||||
{value && (
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user