diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-12-06 21:51:27 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-12-06 21:51:27 -0500 |
| commit | 605500872f65afe58854c1050e060400ab03cadf (patch) | |
| tree | d7358fa7e84c346f7e4ef196ad5e7ab37a033c1b /app | |
| parent | 8708ac3c4b9a6fa1ba3b6bc3c94f484c6658d1fe (diff) | |
| download | alure-website-605500872f65afe58854c1050e060400ab03cadf.tar.gz alure-website-605500872f65afe58854c1050e060400ab03cadf.tar.bz2 alure-website-605500872f65afe58854c1050e060400ab03cadf.zip | |
Travel advisory update
Diffstat (limited to 'app')
| -rw-r--r-- | app/travel-advisory/countries.json | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/app/travel-advisory/countries.json b/app/travel-advisory/countries.json index 0a07154..4bd3f42 100644 --- a/app/travel-advisory/countries.json +++ b/app/travel-advisory/countries.json @@ -171,10 +171,19 @@ { "name": "The Republic of Québec", "url": "republic-of-quebec", - "danger": 0, + "danger": 1, "image": "/countries/quebec.webp", - "settlements": [], - "history": [] + "settlements": [ + { + "name": "Forêt Québec", + "danger": 3 + + } + + ], + "history": [ + "December 6th, 2023: Massive fire at a FroviliInc in Forêt Québec." + ] }, { "name": "The Solstice Federation", |
