Skip to content

Commit

Permalink
Merge pull request #440 from bahnzumberg/dev
Browse files Browse the repository at this point in the history
Lyon, Marseille
  • Loading branch information
martinheppner authored Aug 23, 2024
2 parents 9a5e06d + 07b46f3 commit 073eb7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Search/CityInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ export default function CityInput({
return "Ljubljana, Maribor,...";
} else if (host.indexOf("zuugle.it") >= 0) {
return "Milano, Bozen, ...";
} else if (host.indexOf("zuugle.fr") >= 0) {
return "Lyon, Marseille, ...";
} else {
return "Wien, Graz, ...";
}
Expand Down

0 comments on commit 073eb7c

Please sign in to comment.