Skip to content

Commit

Permalink
Remove test button
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Veld committed May 8, 2023
1 parent 1ffcbdb commit 6998803
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/pages/_app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,7 @@ export default function App({ Component, pageProps }) {
<meta name="description" content={pageProps.description} />
</Head>
{router.pathname === '/' ? (
<>
<Index></Index>
<div onClick={() => {
Fathom.load('UIDSVFCJ', {
includedDomains: ['jumppad.dev'],
});

Fathom.trackGoal('WQM0QGYV', 1)
console.log('clicked')
}}>hi</div>
</>
) : (
<MDXProvider components={mdxComponents}>
<Docs {...pageProps}>
Expand Down

0 comments on commit 6998803

Please sign in to comment.