Deutschland

This commit is contained in:
Daniel Schädler 2025-03-17 15:45:09 +01:00
parent 7a15106d01
commit 2386675c52
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ export function FavoriteBar({teams}) {
{sortedTeams.length > 5 && (
<Input
type="text"
placeholder="Search teams..."
placeholder="Team suchen..."
value={searchQuery}
onChange={e => setSearchQuery(e.target.value)}
className="mb-2"