Removed the healthChecksInfo from the infos.jsx util

This commit is contained in:
Mathias Wagner
2024-03-10 01:27:52 +01:00
parent 8d2525300b
commit 5b23ce8e66
@@ -1,12 +1,8 @@
import {PROJECT_URL, PROJECT_WIKI} from "@/index";
import {WEB_URL} from "@/index";
import {Trans} from "react-i18next";
const HEALTHCHECKS_URL = "https://healthchecks.io/";
const CLI_URL = "https://www.speedtest.net/apps/cli";
export const healthChecksInfo = () => <Trans components={{HCLink: <a href={HEALTHCHECKS_URL} target="_blank"/>,
WIKILink: <a href={PROJECT_WIKI + "/instructions/settings"} target="_blank"/>}}>info.healthchecks</Trans>
export const creditsInfo = () => <Trans components={{Link: <a href={PROJECT_URL} target="_blank" />,
export const creditsInfo = () => <Trans components={{Link: <a href={WEB_URL} target="_blank" />,
CLILink: <a href={CLI_URL} target="_blank"/>}}>info.credits</Trans>
export const recommendationsInfo = (ping, down, up) => <Trans components={{Bold: <span className="dialog-value" />}}