Skip to content

Commit

Permalink
chore: Added Scarf Pixel For Event Tracking (#80) (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: Hrishav <hrishav.kumar@harness.io>
  • Loading branch information
hrishavjha authored Nov 15, 2023
1 parent 285ee89 commit 90d71c0
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

1 comment on commit 90d71c0

@vercel
Copy link

@vercel vercel bot commented on 90d71c0 Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.