From 7888fdac4f36174a6ec04526247c95affb38a7a2 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 1 Oct 2023 16:01:47 -0400 Subject: New post --- app/components/psa.json | 6 +++--- package.json | 2 +- posts/terrorist-watchlist.md | 16 ++++++++++++++++ yarn.lock | 8 ++++---- 4 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 posts/terrorist-watchlist.md 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" -- cgit v1.2.3