From 53b65d65a971adbc10a29fa5aa0332a1ac7dd93d Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 8 Feb 2025 15:30:32 -0500 Subject: Travel advisory update --- app/countries.json | 22 +++++++++++----------- bun.lockb | Bin 211161 -> 207385 bytes public/countries/countrywarp.webp | Bin 344924 -> 0 bytes public/countries/warp.webp | Bin 0 -> 344924 bytes 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 public/countries/countrywarp.webp create mode 100644 public/countries/warp.webp diff --git a/app/countries.json b/app/countries.json index e66df12..4663bb6 100644 --- a/app/countries.json +++ b/app/countries.json @@ -55,17 +55,6 @@ "settlements": [], "history": [] }, - { - "name": "Country Warp", - "short": "COW", - "url": "countrywarp", - "visa": true, - "visaInfo": [], - "image": "/countries/countrywarp.webp", - "danger": 0, - "settlements": [], - "history": [] - }, { "name": "Cypress", "short": "CYP", @@ -343,6 +332,17 @@ "settlements": [], "history": [] }, + { + "name": "The Federal Republic of Warp", + "short": "COW", + "url": "warp", + "visa": true, + "visaInfo": [], + "image": "/countries/warp.webp", + "danger": 0, + "settlements": [], + "history": [] + }, { "name": "The Republic of Whale City", "short": "WCI", diff --git a/bun.lockb b/bun.lockb index 518e146..b33eb89 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/public/countries/countrywarp.webp b/public/countries/countrywarp.webp deleted file mode 100644 index efc399c..0000000 Binary files a/public/countries/countrywarp.webp and /dev/null differ diff --git a/public/countries/warp.webp b/public/countries/warp.webp new file mode 100644 index 0000000..efc399c Binary files /dev/null and b/public/countries/warp.webp differ -- cgit v1.2.3