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,