diff --git a/.env-arb1 b/.env-arb1
index 4f56e9b..64e0ed4 100644
--- a/.env-arb1
+++ b/.env-arb1
@@ -1,2 +1,2 @@
VITE_WS_URL=wss://ws.dexorder.com
-VITE_SHARE_URL=https://dexorder.com
+VITE_SHARE_URL=https://app.dexorder.com
diff --git a/src/components/FloatingDiv.vue b/src/components/FloatingDiv.vue
new file mode 100644
index 0000000..78a9736
--- /dev/null
+++ b/src/components/FloatingDiv.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/TosCard.vue b/src/components/TosCard.vue
index 877d73e..87cdd1e 100644
--- a/src/components/TosCard.vue
+++ b/src/components/TosCard.vue
@@ -5,7 +5,7 @@
Last Updated November 18, 2024
- Please read these Terms of Service (the “Terms”) and our Privacy Policy carefully because they govern your
+ Please read these Terms of Service (the “Terms”) and our Privacy Policy carefully because they govern your
use of the
website (and all subdomains and subpages thereon) located at dexorder.com, including without limitation the
subdomains app.dexorder.com and www.dexorder.com (collectively, the “Site”), and the Dexorder web
@@ -205,7 +205,7 @@
(i) Subject to your compliance with these Terms, Dexorder will use its commercially
reasonable efforts to provide you with access to the Dexorder Service and to cause your Interactions to be
executed on the applicable DEX in accordance with Dexorder’s Execution Policy located at
- https://www.dexorder.com/execution-policy
+ https://dexorder.com/execution-policy
(“Execution Policy”), however from time to time the Site and the Dexorder Service may be inaccessible or
inoperable for any
reason, including, without limitation: (a) if an Interaction repeatedly fails to be executed (such as due to an
diff --git a/src/components/WelcomeDialog.vue b/src/components/WelcomeDialog.vue
index 2567142..2a33b42 100644
--- a/src/components/WelcomeDialog.vue
+++ b/src/components/WelcomeDialog.vue
@@ -59,7 +59,7 @@ function tryIt() {
function learnMore() {
track('learn-more')
- window.open('https://www.dexorder.com/introduction.html', 'dexorderwww')
+ window.open('https://dexorder.com/introduction.html', 'dexorderwww')
modelValue.value = false
}
diff --git a/src/components/chart/Toolbar.vue b/src/components/chart/Toolbar.vue
index e880b4b..1476264 100644
--- a/src/components/chart/Toolbar.vue
+++ b/src/components/chart/Toolbar.vue
@@ -10,7 +10,7 @@
-
+
diff --git a/src/corp/AppBtn.vue b/src/corp/AppBtn.vue
index b8eddcd..7be0aad 100644
--- a/src/corp/AppBtn.vue
+++ b/src/corp/AppBtn.vue
@@ -4,7 +4,7 @@
diff --git a/src/corp/MenuBar.vue b/src/corp/MenuBar.vue
index 9ccfa1a..694bffe 100644
--- a/src/corp/MenuBar.vue
+++ b/src/corp/MenuBar.vue
@@ -24,7 +24,7 @@ import {router} from "@/router/router.js";
const theme = useTheme().current
function openApp() {
- window.open('https://dexorder.com/', 'dexorderapp')
+ window.open('https://app.dexorder.com/', 'dexorderapp')
}