diff options
| -rw-r--r-- | app/components/psa.json | 2 | ||||
| -rw-r--r-- | app/countries.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/components/psa.json b/app/components/psa.json index 691070b..73f3832 100644 --- a/app/components/psa.json +++ b/app/components/psa.json @@ -1,5 +1,5 @@ { - "important": 1, + "important": 0, "announcement": "Internal businesses now require to register with the government.", "link": "/updates/enterprises-registering" } diff --git a/app/countries.json b/app/countries.json index a8b50ae..51b2a7a 100644 --- a/app/countries.json +++ b/app/countries.json @@ -262,7 +262,7 @@ "visa": false, "visaInfo": [], "image": "/countries/solstice.webp", - "danger": 3, + "danger": 0, "settlements": [], "history": [ "July 2025: Civil war between the federal government and province of Othoroot" |
