Skip to content

Commit 78a18ce

Browse files
committed
tracking is working
1 parent 9a755ce commit 78a18ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/constants.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ import netlify from "./images/netlify.svg"
1919
import miro from "./images/miro.svg"
2020
import seed from "./images/seed.svg"
2121

22-
mixpanel.init(process.env.REACT_APP_MIXPANEL)
23-
22+
mixpanel.init(process.env.GATSBY_MIXPANEL)
2423
const partners = [
2524
{
2625
logo: github,

src/pages/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const IndexPage = () => {
1515
}
1616

1717
constants.track("App.LandingPage.View")
18+
1819
console.log("ff-1", framework)
1920
return (
2021
<FrameworkContext.Provider value={{ framework, toggleFramework }}>

0 commit comments

Comments
 (0)