diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-08-17 13:56:17 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-08-17 13:56:17 -0400 |
| commit | 78e353d8500b26d3722d2f2d776907081ab08030 (patch) | |
| tree | 7cfd37b4d9ff3f1d4fbb9265e8629abd2776fb66 | |
| parent | b2020d93e98cd2b6f844d189a7f9d4d008479594 (diff) | |
| download | alure-website-78e353d8500b26d3722d2f2d776907081ab08030.tar.gz alure-website-78e353d8500b26d3722d2f2d776907081ab08030.tar.bz2 alure-website-78e353d8500b26d3722d2f2d776907081ab08030.zip | |
Added new country on travel advisory
| -rw-r--r-- | app/travel-advisory/countries.json | 16 | ||||
| -rw-r--r-- | public/countries/cypress.webp | bin | 0 -> 442698 bytes |
2 files changed, 8 insertions, 8 deletions
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 @@ -25,14 +25,6 @@ "history": [] }, { - "name": "Birch Boat Town", - "url": "birchboattown", - "danger": 0, - "image": "/countries/birchboattown.webp", - "settlements": [], - "history": [] - }, - { "name": "Banatown", "url": "banatown", "danger": 0, @@ -49,6 +41,14 @@ "history": [] }, { + "name": "Cypress", + "url": "cypress", + "danger": 0, + "image": "/countries/cypress.webp", + "settlements": [], + "history": [] + }, + { "name": "The Federation of Doodads and Gizmos", "url": "doodadsandgizmos", "danger": 0, diff --git a/public/countries/cypress.webp b/public/countries/cypress.webp Binary files differnew file mode 100644 index 0000000..258ace3 --- /dev/null +++ b/public/countries/cypress.webp |
