Skip to content

Commit

Permalink
Remove unused analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
branko-stripe authored Oct 29, 2024
1 parent 2c3018f commit e95da4d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions apps/docs/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
sansFont.variable
)}
>
{/* Analytics */}
<Fathom />
<Script src="/wedges/docs/twitter-conversion.js" />
<Script src="https://www.googletagmanager.com/gtag/js?id=AW-10985746469" />
<Script id="google-analytics">
{`
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-10985746469');
`}
</Script>

<div className="min-h-screen-dvh flex flex-col">
<Providers>
<Header />
Expand Down

0 comments on commit e95da4d

Please sign in to comment.