diff options
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", |
