diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-10-01 16:01:47 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-10-01 16:01:47 -0400 |
| commit | 7888fdac4f36174a6ec04526247c95affb38a7a2 (patch) | |
| tree | 338b2ad5f72f0d9eb2b6b4fda9bc2d6cd9e560cb | |
| parent | 83b9cde3cde8af318bc490ffe5beb66fdd2cec6f (diff) | |
| download | alure-website-7888fdac4f36174a6ec04526247c95affb38a7a2.tar.gz alure-website-7888fdac4f36174a6ec04526247c95affb38a7a2.tar.bz2 alure-website-7888fdac4f36174a6ec04526247c95affb38a7a2.zip | |
New post
| -rw-r--r-- | app/components/psa.json | 6 | ||||
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | posts/terrorist-watchlist.md | 16 | ||||
| -rw-r--r-- | yarn.lock | 8 |
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 @@ -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" |
