app.dexorder.trade

This commit is contained in:
tim
2025-02-06 08:42:54 -04:00
parent 43c5f3bd52
commit 5d8f0235d2
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
VITE_WS_URL=wss://ws.beta.dexorder.trade
VITE_WS_URL=wss://ws.dexorder.trade

View File

@@ -4,7 +4,7 @@
<script setup>
function openApp() {
window.open('https://beta.dexorder.trade/', 'dexorderapp')
window.open('https://app.dexorder.trade/', 'dexorderapp')
}
</script>

View File

@@ -22,7 +22,7 @@ import Social from "@/components/Social.vue";
const theme = useTheme().current
function openApp() {
window.open('https://beta.dexorder.trade/', 'dexorderapp')
window.open('https://app.dexorder.trade/', 'dexorderapp')
}
</script>