From 48385d7a8f8f40d435752d046a3f2d48d92b35bb Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 23 May 2023 18:16:54 -0700 Subject: [PATCH] feat: :necktie: add link to TOS in info icon Address #10117 --- packages/client/src/scripts/helpMenu.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/client/src/scripts/helpMenu.ts b/packages/client/src/scripts/helpMenu.ts index 81e0a08ec6..6c6d09966b 100644 --- a/packages/client/src/scripts/helpMenu.ts +++ b/packages/client/src/scripts/helpMenu.ts @@ -24,6 +24,12 @@ export function openHelpMenu_(ev: MouseEvent) { icon: "ph-lightbulb ph-bold ph-lg", to: "/about-calckey", }, + { + type: "link", + text: i18n.ts.tos, + icon: "ph-scroll ph-bold ph-lg", + to: instance.tosUrl, + }, { type: "button", text: i18n.ts.apps,