diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 71052a0..a08b00b 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -2,7 +2,8 @@ -
©{{ new Date().getFullYear() }} Dexorder LLC
+ +
Dexorder Trading Services Ltd., British Virgin Islands
diff --git a/src/components/TermsOfService.vue b/src/components/TermsOfService.vue index 2d9f283..a330084 100644 --- a/src/components/TermsOfService.vue +++ b/src/components/TermsOfService.vue @@ -1,651 +1,13 @@ @@ -661,6 +23,7 @@ import {usePrefStore} from "@/store/store.js"; import {computed, ref, watch} from "vue"; import {socket} from "@/socket.js"; +import TosCard from "@/components/TosCard.vue"; // UPDATE THIS WHEN CHANGING THE TOS const CURRENT_VERSION='2024-11-18' // this must be a parseable date @@ -693,9 +56,3 @@ function decline() { - diff --git a/src/components/TosCard.vue b/src/components/TosCard.vue new file mode 100644 index 0000000..edb27bd --- /dev/null +++ b/src/components/TosCard.vue @@ -0,0 +1,710 @@ + + + diff --git a/src/corp/Fees.vue b/src/corp/Fees.vue new file mode 100644 index 0000000..996782a --- /dev/null +++ b/src/corp/Fees.vue @@ -0,0 +1,82 @@ + + + + + \ No newline at end of file diff --git a/src/corp/TermsAndConditions.vue b/src/corp/TermsAndConditions.vue new file mode 100644 index 0000000..5cf5991 --- /dev/null +++ b/src/corp/TermsAndConditions.vue @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file