diff --git a/src/shared/components/app-definitions.ts b/src/shared/components/app-definitions.ts index 130977a..5be56b4 100644 --- a/src/shared/components/app-definitions.ts +++ b/src/shared/components/app-definitions.ts @@ -67,7 +67,7 @@ export const API_LIBRARIES: ToolDetails[] = [ }, ]; -export const THIRD_PARTY_TOOLS: ToolDetails[] = [ +export const MODERATION_TOOLS: ToolDetails[] = [ { name: "lemmy-bot", link: "https://github.com/SleeplessOne1917/lemmy-bot", @@ -81,7 +81,7 @@ export const THIRD_PARTY_TOOLS: ToolDetails[] = [ }, { name: "Fediseer", - link: "https://github.com/Fediseer/fediseer", + link: "https://gui.fediseer.com", description: "This service provides an REST API which can be used to retrieve various information about Fediverse instances, particularly focused on detecting and countering bad actors.", }, diff --git a/src/shared/components/apps.tsx b/src/shared/components/apps.tsx index 35ab27f..3e2517b 100644 --- a/src/shared/components/apps.tsx +++ b/src/shared/components/apps.tsx @@ -11,7 +11,7 @@ import { AppLink, Platform, SourceType, - THIRD_PARTY_TOOLS, + MODERATION_TOOLS, } from "./app-definitions"; import { Icon } from "./icon"; import { I18nKeys } from "i18next"; @@ -173,8 +173,8 @@ export class Apps extends Component {