feat: 👔 add link to TOS in info icon

Address #10117
This commit is contained in:
ThatOneCalculator 2023-05-23 18:16:54 -07:00
parent fff166be42
commit 48385d7a8f
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -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,