From df7e6843b2c82659f25197ca7889535ec3ab5a6b Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Mon, 8 May 2023 18:19:11 -0700 Subject: [PATCH] properly link aps --- packages/client/src/scripts/helpMenu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/scripts/helpMenu.ts b/packages/client/src/scripts/helpMenu.ts index 0e45f6bd1d..81e0a08ec6 100644 --- a/packages/client/src/scripts/helpMenu.ts +++ b/packages/client/src/scripts/helpMenu.ts @@ -29,7 +29,7 @@ export function openHelpMenu_(ev: MouseEvent) { text: i18n.ts.apps, icon: "ph-device-mobile ph-bold ph-lg", action: () => { - window.open("https://calckey.org/", "_blank"); + window.open("https://calckey.org/apps", "_blank"); }, }, {