diff --git a/src/components/index/DesktopFooter.vue b/src/components/index/DesktopFooter.vue index 49428c1..d8ecd48 100644 --- a/src/components/index/DesktopFooter.vue +++ b/src/components/index/DesktopFooter.vue @@ -37,7 +37,7 @@
Policies
Terms of use - Privacy Policy + Privacy Policy
Contact us
diff --git a/src/components/mobile/main/MobileFooter.vue b/src/components/mobile/main/MobileFooter.vue index ec5fb21..afadf9c 100644 --- a/src/components/mobile/main/MobileFooter.vue +++ b/src/components/mobile/main/MobileFooter.vue @@ -47,7 +47,7 @@ plus
Terms of use - Privacy Policy + Privacy Policy
@@ -73,7 +73,7 @@ import { Component, Vue } from 'vue-property-decorator' } }) export default class MobileFooter extends Vue { - private status = [ + status = [ true, true, true, true, true ] diff --git a/src/router/index.ts b/src/router/index.ts index d0f5448..aa4b531 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -197,6 +197,14 @@ const routes: Array = [ title: 'NativeLogin', nofont: 'true' } + }, + { + path: '/privacy', + name: 'Privacy', + component: resolve => require(['@/views/desktop/PrivacyPolicy.vue'], resolve), + meta: { + title: 'Privacy Policy of Crypto Elite`s:BATTLEGROUNDS (CEBG)' + } } ] diff --git a/src/views/desktop/PrivacyPolicy.vue b/src/views/desktop/PrivacyPolicy.vue new file mode 100644 index 0000000..c39e167 --- /dev/null +++ b/src/views/desktop/PrivacyPolicy.vue @@ -0,0 +1,233 @@ + + +