Skip to content

Commit

Permalink
remove tracking component
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane98c committed Feb 3, 2025
1 parent 922769b commit 9613615
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pages/_document.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import React from 'react'
import Document, { Html, Main, NextScript, Head } from 'next/document'
import { Tracking } from '@carbonplan/components'
import { InitializeColorMode } from 'theme-ui'

class MyDocument extends Document {
render() {
return (
<Html lang='en' className='no-focus-outline'>
<Head>
<Tracking id={process.env.GA_TRACKING_ID} />
</Head>
<Head />
<body>
<InitializeColorMode />
<Main />
Expand Down

0 comments on commit 9613615

Please sign in to comment.