aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-10-01 16:01:47 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-10-01 16:01:47 -0400
commit7888fdac4f36174a6ec04526247c95affb38a7a2 (patch)
tree338b2ad5f72f0d9eb2b6b4fda9bc2d6cd9e560cb
parent83b9cde3cde8af318bc490ffe5beb66fdd2cec6f (diff)
downloadalure-website-7888fdac4f36174a6ec04526247c95affb38a7a2.tar.gz
alure-website-7888fdac4f36174a6ec04526247c95affb38a7a2.tar.bz2
alure-website-7888fdac4f36174a6ec04526247c95affb38a7a2.zip
New post
-rw-r--r--app/components/psa.json6
-rw-r--r--package.json2
-rw-r--r--posts/terrorist-watchlist.md16
-rw-r--r--yarn.lock8
4 files changed, 24 insertions, 8 deletions
diff --git a/app/components/psa.json b/app/components/psa.json
index d0d28ce..8735bc9 100644
--- a/app/components/psa.json
+++ b/app/components/psa.json
@@ -1,5 +1,5 @@
{
- "important": 0,
- "announcement": "No important announcements at this time.",
- "link": "/travel-advisory"
+ "important": 2,
+ "announcement": "Due to the recent attacks in KR, we have put a watchlist warning.",
+ "link": "/updates/terrorist-watchlist"
}
diff --git a/package.json b/package.json
index cbd29e3..09d9485 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,6 @@
"tailwindcss": "^3.3.3"
},
"devDependencies": {
- "@tailwindcss/typography": "^0.5.9"
+ "@tailwindcss/typography": "^0.5.10"
}
}
diff --git a/posts/terrorist-watchlist.md b/posts/terrorist-watchlist.md
new file mode 100644
index 0000000..c3b915b
--- /dev/null
+++ b/posts/terrorist-watchlist.md
@@ -0,0 +1,16 @@
+---
+title: Terrorist Watchlist for October 2023
+description: We have issued a government watchlist warning from the recent events in KR.
+author: The President of the Alure Regions
+date: '2023-10-01'
+tags: ['announcement']
+---
+# Official Government Watchlist
+Due to the unfortunate attacks that happened in KR yesterday, we have issued a government watchlist for the following people. If you see them, report them to the Alurian National Guards.
+
+## Currently in the watchlist (As of October 1st, 2023)
+
+- Kommult
+- Nazu
+- Sasha
+- Raina
diff --git a/yarn.lock b/yarn.lock
index bfee54a..deab132 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -209,10 +209,10 @@
dependencies:
tslib "^2.4.0"
-"@tailwindcss/typography@^0.5.9":
- version "0.5.9"
- resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.9.tgz#027e4b0674929daaf7c921c900beee80dbad93e8"
- integrity sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==
+"@tailwindcss/typography@^0.5.10":
+ version "0.5.10"
+ resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.10.tgz#2abde4c6d5c797ab49cf47610830a301de4c1e0a"
+ integrity sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==
dependencies:
lodash.castarray "^4.4.0"
lodash.isplainobject "^4.0.6"