From 4317b128a8c70bf2c04fd83091e8f8a1603ac077 Mon Sep 17 00:00:00 2001 From: dumbmoron Date: Fri, 4 Oct 2024 12:23:48 +0000 Subject: [PATCH] about/credits: move beta tester listing to component this is to prevent it from showing up in i18n --- web/i18n/en/about/credits.md | 13 ++------- web/src/components/misc/BetaTesters.svelte | 32 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 11 deletions(-) create mode 100644 web/src/components/misc/BetaTesters.svelte diff --git a/web/i18n/en/about/credits.md b/web/i18n/en/about/credits.md index e164ca6a..6c001f58 100644 --- a/web/i18n/en/about/credits.md +++ b/web/i18n/en/about/credits.md @@ -3,6 +3,7 @@ import { t } from "$lib/i18n/translations"; import SectionHeading from "$components/misc/SectionHeading.svelte"; + import BetaTesters from "$components/misc/BetaTesters.svelte";
@@ -13,17 +14,7 @@ huge shoutout to our thing breakers for testing updates early and making sure they're stable. they also helped us ship cobalt 10! -- codfish246 -- [damir](https://otomir23.me/) -- Hunter -- [hyperdefined](https://hyper.lol/) -- [KwiatekMiki](https://kwiatekmiki.com/) -- [Lao](https://lao.ooo/) -- [lostdusty](https://lostdusty.dev.br/) -- [noblereign](https://fursona.directory/@frost) -- [Spax](https://spax.zone/) -- [synzr](https://synzr.space/) -- [vimae](https://mae.wtf/) + all links are external and lead to their personal websites or social media.
diff --git a/web/src/components/misc/BetaTesters.svelte b/web/src/components/misc/BetaTesters.svelte new file mode 100644 index 00000000..df429dfd --- /dev/null +++ b/web/src/components/misc/BetaTesters.svelte @@ -0,0 +1,32 @@ + + +