From 451f18dc8cf5a62df27059e711ac3758a12b2163 Mon Sep 17 00:00:00 2001 From: Soulaimane Yahya Date: Sat, 25 May 2024 02:49:53 +0100 Subject: [PATCH] fixing google-analytics fixing --- src/main.js | 4 ++-- src/pages/Index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.js b/src/main.js index 2f5e6fa..67e2f13 100755 --- a/src/main.js +++ b/src/main.js @@ -11,14 +11,14 @@ export default function (Vue, { head, isClient }) { if (isClient) { const script = document.createElement('script'); script.async = true; - script.src = `https://www.googletagmanager.com/gtag/js?id=G-RQWETTJBTY`; + script.src = `https://www.googletagmanager.com/gtag/js?id=G-8HL91MW1S3`; document.head.appendChild(script); script.onload = () => { window.dataLayer = window.dataLayer || []; function gtag(){ dataLayer.push(arguments); } gtag('js', new Date()); - gtag('config', 'G-RQWETTJBTY'); + gtag('config', 'G-8HL91MW1S3'); }; } diff --git a/src/pages/Index.vue b/src/pages/Index.vue index 01d03d4..356d528 100755 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -30,7 +30,7 @@ Multichat is a messaging app with focus on security & user experience
  • - Messages are end-to-end encrypted. No one outside of this chat, not even MultiChat, can read or listen to them. + Messages are end-to-end encrypted. No one outside of chat inbox, not even MultiChat, can read or listen to messages.
  • Built-in layers of security give you the peace of mind to focus on connecting with family and friends.