From 78e353d8500b26d3722d2f2d776907081ab08030 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 17 Aug 2024 13:56:17 -0400 Subject: Added new country on travel advisory --- app/travel-advisory/countries.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'app') diff --git a/app/travel-advisory/countries.json b/app/travel-advisory/countries.json index 44cfcfc..0120128 100644 --- a/app/travel-advisory/countries.json +++ b/app/travel-advisory/countries.json @@ -24,14 +24,6 @@ "settlements": [], "history": [] }, - { - "name": "Birch Boat Town", - "url": "birchboattown", - "danger": 0, - "image": "/countries/birchboattown.webp", - "settlements": [], - "history": [] - }, { "name": "Banatown", "url": "banatown", @@ -48,6 +40,14 @@ "settlements": [], "history": [] }, + { + "name": "Cypress", + "url": "cypress", + "danger": 0, + "image": "/countries/cypress.webp", + "settlements": [], + "history": [] + }, { "name": "The Federation of Doodads and Gizmos", "url": "doodadsandgizmos", -- cgit v1.2.3