Browse Source

fix: register ga id error (#2237)

tags/0.5.3
Joel 1 year ago
parent
commit
6c384dba71
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/signin/page.tsx

+ 1
- 1
web/app/signin/page.tsx View File

@@ -11,7 +11,7 @@ const SignIn = () => {
<>
{!IS_CE_EDITION && (
<>
<Script strategy="beforeInteractive" async src={'https://www.googletagmanager.com/gtag/js?id=AW-11217955271"}'}></Script>
<Script strategy="beforeInteractive" async src={'https://www.googletagmanager.com/gtag/js?id=AW-11217955271'}></Script>
<Script
id="ga-monitor-register"
dangerouslySetInnerHTML={{

Loading…
Cancel
Save