app.dexorder.trade
This commit is contained in:
@@ -1 +1 @@
|
|||||||
VITE_WS_URL=wss://ws.beta.dexorder.trade
|
VITE_WS_URL=wss://ws.dexorder.trade
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
function openApp() {
|
function openApp() {
|
||||||
window.open('https://beta.dexorder.trade/', 'dexorderapp')
|
window.open('https://app.dexorder.trade/', 'dexorderapp')
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ import Social from "@/components/Social.vue";
|
|||||||
const theme = useTheme().current
|
const theme = useTheme().current
|
||||||
|
|
||||||
function openApp() {
|
function openApp() {
|
||||||
window.open('https://beta.dexorder.trade/', 'dexorderapp')
|
window.open('https://app.dexorder.trade/', 'dexorderapp')
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user