parent
fff166be42
commit
48385d7a8f
|
@ -24,6 +24,12 @@ export function openHelpMenu_(ev: MouseEvent) {
|
||||||
icon: "ph-lightbulb ph-bold ph-lg",
|
icon: "ph-lightbulb ph-bold ph-lg",
|
||||||
to: "/about-calckey",
|
to: "/about-calckey",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "link",
|
||||||
|
text: i18n.ts.tos,
|
||||||
|
icon: "ph-scroll ph-bold ph-lg",
|
||||||
|
to: instance.tosUrl,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "button",
|
type: "button",
|
||||||
text: i18n.ts.apps,
|
text: i18n.ts.apps,
|
||||||
|
|
Loading…
Reference in New Issue