From c2b8d5bdb58a87f387ffdba58dd88e89f66b1394 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Fri, 21 Jul 2023 18:03:46 +0200 Subject: [PATCH] Further branding cleanup --- locales/en-US.yml | 3 +- packages/client/src/pages/about-firefish.vue | 115 +------------------ 2 files changed, 4 insertions(+), 114 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index cb5fdb63a..d6545af46 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1216,8 +1216,7 @@ _registry: domain: "Domain" createKey: "Create key" _aboutIceshrimp: - about: "Iceshrimp is a fork of Iceshrimp made by ThatOneCalculator, which has been in - development since 2022." + about: "Iceshrimp is yet another fork of Misskey, bringing you no-nonsense fixes, features & improvements you actually want since 2023." contributors: "Main contributors" allContributors: "All contributors" source: "Source code" diff --git a/packages/client/src/pages/about-firefish.vue b/packages/client/src/pages/about-firefish.vue index b2c05c690..01a7e4ab6 100644 --- a/packages/client/src/pages/about-firefish.vue +++ b/packages/client/src/pages/about-firefish.vue @@ -43,7 +43,7 @@
{{ i18n.ts._aboutFirefish.about }}
{{ i18n.ts.learnMore }} - - - - - - - - - - - - - - - -

- {{ i18n.ts._aboutFirefish.patronsList }} -

- - - - - -

{{ i18n.ts._aboutFirefish.morePatrons }}

-
@@ -189,14 +88,6 @@ import { defaultStore } from "@/store"; import * as os from "@/os"; import { definePageMetadata } from "@/scripts/page-metadata"; -let patrons = []; -let sponsors = []; -const patronsResp = await os.api("patrons", { forceUpdate: true }); -patrons = patronsResp.patrons; -sponsors = patronsResp.sponsors; - -patrons = patrons.filter((patron) => !sponsors.includes(patron)); - let easterEggReady = false; let easterEggEmojis = $ref([]); let easterEggEngine = $ref(null);