itacaiunas commited on
Commit
84d244c
1 Parent(s): 7a3d9f0

Update src/app/page.tsx

Browse files
Files changed (1) hide show
  1. src/app/page.tsx +1 -10
src/app/page.tsx CHANGED
@@ -27,16 +27,7 @@ export default async function IndexPage({ params: { ownerId } }: { params: { own
27
  {/* <Maintenance /> */}
28
 
29
  </TooltipProvider>
30
- <Script src="https://www.googletagmanager.com/gtag/js?id=GTM-WH4MGSHS" />
31
- <Script id="google-analytics">
32
- {`
33
- window.dataLayer = window.dataLayer || [];
34
- function gtag(){dataLayer.push(arguments);}
35
- gtag('js', new Date());
36
-
37
- gtag('config', 'GTM-WH4MGSHS');
38
- `}
39
- </Script>
40
  </main>
41
  </>
42
  )
 
27
  {/* <Maintenance /> */}
28
 
29
  </TooltipProvider>
30
+
 
 
 
 
 
 
 
 
 
31
  </main>
32
  </>
33
  )