Skip to content

Commit

Permalink
chore: Added Scarf Pixel For Event Tracking
Browse files Browse the repository at this point in the history
Signed-off-by: Hrishav <[email protected]>
  • Loading branch information
hrishavjha committed Nov 15, 2023
1 parent 8ba83f7 commit 4c38fa2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/_app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ function MyApp({ Component, pageProps }) {
return (
<>
<GTagScripts />
<img
alt="scarf"
referrerPolicy="no-referrer-when-downgrade"
src="https://static.scarf.sh/a.png?x-pxid=a9abead1-4962-45b2-936a-730321bb7ec3"
/>
<TopNavbar key={router.asPath} />
<Component {...pageProps} />
<BottomFooter noPreFooter={noPreFooterPages.includes(router.asPath)} />
Expand Down

0 comments on commit 4c38fa2

Please sign in to comment.