From 07b46f373d46b9ba1cb9bb9dcfe987a134782602 Mon Sep 17 00:00:00 2001 From: Martin Heppner <105971399+martinheppner@users.noreply.github.com> Date: Fri, 23 Aug 2024 23:06:00 +0200 Subject: [PATCH] Lyon, Marseille --- src/components/Search/CityInput.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Search/CityInput.js b/src/components/Search/CityInput.js index cc070b6f..6629991f 100644 --- a/src/components/Search/CityInput.js +++ b/src/components/Search/CityInput.js @@ -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, ..."; }