diff --git a/src/views/global-menu/components/other.vue b/src/views/global-menu/components/other.vue index f234a9e..f214395 100644 --- a/src/views/global-menu/components/other.vue +++ b/src/views/global-menu/components/other.vue @@ -2,6 +2,10 @@ import { chatbubbleOutline } from "ionicons/icons"; const { t } = useI18n(); + +function gotoServices() { + window.open("https://www.axd02jo.cfd/chat/index?channelId=d611dccb867647f9bd98ac1c71339131", "_blank"); +}