diff --git a/src/router/index.ts b/src/router/index.ts index 2c039010..ab6502d1 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -136,6 +136,11 @@ const routes: Array = [ name: "help-onboarding", component: () => import("../views/HelpOnboardingView.vue"), }, + { + path: "/help-terms", + name: "help-terms", + component: () => import("../views/HelpTermsView.vue"), + }, { path: "/", name: "home", diff --git a/src/views/HelpTermsView.vue b/src/views/HelpTermsView.vue new file mode 100644 index 00000000..0a0440a3 --- /dev/null +++ b/src/views/HelpTermsView.vue @@ -0,0 +1,144 @@ + + + diff --git a/src/views/HelpView.vue b/src/views/HelpView.vue index ac2aa9d6..e6cfb629 100644 --- a/src/views/HelpView.vue +++ b/src/views/HelpView.vue @@ -480,46 +480,14 @@

What are the terms & conditions and the privacy policy?

-

- This work is public domain. (If you like rules, reference - - CC0 1.0 - CC circle - CC zero - - .) This is offered freely, with the hope that it helps but without any warranty or guarantee; - if it helps you then enjoy using it, - but if you may try to forcibly collect damages for things you think it should do (or not do) - then don't use it. -
- As for data & privacy: +

+ + Read them here. +

-

How can I contribute?