From 4cc6573d3f232adc90a512319e72ca01e7303393 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 9 Oct 2023 00:02:24 -0400 Subject: Travel advisory update --- app/travel-advisory/countries.json | 23 ++++++++--------------- public/countries/quebec.webp | Bin 0 -> 281708 bytes public/countries/sei.webp | Bin 423086 -> 0 bytes 3 files changed, 8 insertions(+), 15 deletions(-) create mode 100644 public/countries/quebec.webp delete mode 100644 public/countries/sei.webp diff --git a/app/travel-advisory/countries.json b/app/travel-advisory/countries.json index abd0fa0..e45d203 100644 --- a/app/travel-advisory/countries.json +++ b/app/travel-advisory/countries.json @@ -168,6 +168,14 @@ "settlements": [], "history": [] }, + { + "name": "The Republic of Québec", + "url": "republic-of-quebec", + "danger": 0, + "image": "/countries/quebec.webp", + "settlements": [], + "history": [] + }, { "name": "The Federal Democracy of Solstice", "url": "solstice", @@ -180,21 +188,6 @@ "- Corruption within the government." ] }, - { - "name": "Southeastern Islands", - "url": "southeastern-islands", - "danger": 1, - "image": "/countries/sei.webp", - "settlements": [ - { - "name": "Forêt Québec", - "danger": 1 - } - ], - "history": [ - "July 15th, 2023: Frequent instances of instability have been surfacing in Forêt Québec lately." - ] - }, { "name": "Sulópolis", "url": "sulopolis", diff --git a/public/countries/quebec.webp b/public/countries/quebec.webp new file mode 100644 index 0000000..605d611 Binary files /dev/null and b/public/countries/quebec.webp differ diff --git a/public/countries/sei.webp b/public/countries/sei.webp deleted file mode 100644 index b903edc..0000000 Binary files a/public/countries/sei.webp and /dev/null differ -- cgit v1.2.3