Profile and design hotfixes
Run Tests on Branches / Backend Tests (push) Failing after 17s
Run Tests on Branches / Frontend Tests (push) Failing after 17s

This commit is contained in:
Antoni Nuñez Romeu
2026-07-07 01:45:09 +02:00
parent c5417ff787
commit fe22e6ee9b
6 changed files with 66 additions and 10 deletions
@@ -17,7 +17,6 @@ function SearchBar({ value, onChange, placeholder }) {
onChange={(e) => onChange(e.target.value)}
placeholder={placeholder}
className="search-input"
autoFocus
/>
{value && (
<button