Skip to content

Commit

Permalink
Merge pull request #824 from hypersign-protocol/stage
Browse files Browse the repository at this point in the history
Stage
  • Loading branch information
Pratap2018 authored Jan 23, 2022
2 parents 4e2a857 + c9cd36c commit 3ffb054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"plugin:vue/essential",
"eslint:recommended"
],

"rules": {
"no-console": "off"
},
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
j.async=true;
j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;
f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-N2NSJV6');
})(window,document,'script','dataLayer','<%= process.env.VUE_APP_GA_CODE%>');
</script>
<!-- End Google Tag Manager -->

Expand Down Expand Up @@ -92,7 +92,7 @@
<body>

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N2NSJV6"
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=<%= process.env.VUE_APP_GA_CODE %>"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

Expand Down

0 comments on commit 3ffb054

Please sign in to comment.