diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-07-19 23:25:56 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-07-19 23:25:56 -0400 |
| commit | f370833dbabb5f8241b86acb1cbc2f5e61b0af7c (patch) | |
| tree | 4b6417bc7cdb8e97367f96ef91418f58aaebbbcd | |
| parent | ba66edc3108f14c560a12245c19440baa7c5cc57 (diff) | |
| download | alure-website-f370833dbabb5f8241b86acb1cbc2f5e61b0af7c.tar.gz alure-website-f370833dbabb5f8241b86acb1cbc2f5e61b0af7c.tar.bz2 alure-website-f370833dbabb5f8241b86acb1cbc2f5e61b0af7c.zip | |
Added proper images to countries
| -rw-r--r-- | app/travel-advisory/countries.json | 6 | ||||
| -rw-r--r-- | public/countries/doodadsandgizmos.webp | bin | 0 -> 350218 bytes | |||
| -rw-r--r-- | public/countries/landrepeatland.webp | bin | 0 -> 313306 bytes | |||
| -rw-r--r-- | public/countries/vyxalla.webp | bin | 0 -> 250618 bytes |
4 files changed, 3 insertions, 3 deletions
diff --git a/app/travel-advisory/countries.json b/app/travel-advisory/countries.json index 83b7311..718263c 100644 --- a/app/travel-advisory/countries.json +++ b/app/travel-advisory/countries.json @@ -54,7 +54,7 @@ "name": "The Federation of Doodads and Gizmos", "url": "doodadsandgizmos", "danger": 1, - "image": "/countries/countrywarp.webp", + "image": "/countries/doodadsandgizmos.webp", "settlements": [], "history": [] }, @@ -121,7 +121,7 @@ "name": "landrepeatland", "url": "landrepeatland", "danger": 1, - "image": "/countries/lionland.webp", + "image": "/countries/landrepeatland.webp", "settlements": [], "history": [] }, @@ -226,7 +226,7 @@ "name": "Vyxalla", "url": "vyxalla", "danger": 1, - "image": "/countries/whalecity.webp", + "image": "/countries/vyxalla.webp", "settlements": [], "history": [] }, diff --git a/public/countries/doodadsandgizmos.webp b/public/countries/doodadsandgizmos.webp Binary files differnew file mode 100644 index 0000000..e244b9e --- /dev/null +++ b/public/countries/doodadsandgizmos.webp diff --git a/public/countries/landrepeatland.webp b/public/countries/landrepeatland.webp Binary files differnew file mode 100644 index 0000000..48eff89 --- /dev/null +++ b/public/countries/landrepeatland.webp diff --git a/public/countries/vyxalla.webp b/public/countries/vyxalla.webp Binary files differnew file mode 100644 index 0000000..d6da61a --- /dev/null +++ b/public/countries/vyxalla.webp |
