From 2692679201611d80edbbce4b9914ee6b15523c03 Mon Sep 17 00:00:00 2001 From: Hufkratzer Date: Tue, 7 Jan 2025 21:16:42 +0100 Subject: [PATCH] Move horse riding arena to the end of the list, as requested --- assets/layers/sport_pitch/sport_pitch.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/layers/sport_pitch/sport_pitch.json b/assets/layers/sport_pitch/sport_pitch.json index 8e65fd0a4e..241a5372e3 100644 --- a/assets/layers/sport_pitch/sport_pitch.json +++ b/assets/layers/sport_pitch/sport_pitch.json @@ -305,14 +305,6 @@ }, "hideInAnswer": true }, - { - "if": "sport=equestrian", - "then": { - "en": "This is a horse riding arena", - "de": "Dies ist ein Reitplatz", - "es": "Esta es una pista ecuestre" - } - }, { "if": "sport=skateboard", "then": { @@ -323,6 +315,14 @@ "cs": "Toto je skatepark", "es": "Este es un skatepark" } + }, + { + "if": "sport=equestrian", + "then": { + "en": "This is a horse riding arena", + "de": "Dies ist ein Reitplatz", + "es": "Esta es una pista ecuestre" + } } ], "id": "sport_pitch-sport",