We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a755ce commit 78a18ceCopy full SHA for 78a18ce
src/constants.js
@@ -19,8 +19,7 @@ import netlify from "./images/netlify.svg"
19
import miro from "./images/miro.svg"
20
import seed from "./images/seed.svg"
21
22
-mixpanel.init(process.env.REACT_APP_MIXPANEL)
23
-
+mixpanel.init(process.env.GATSBY_MIXPANEL)
24
const partners = [
25
{
26
logo: github,
src/pages/index.js
@@ -15,6 +15,7 @@ const IndexPage = () => {
15
}
16
17
constants.track("App.LandingPage.View")
18
+
console.log("ff-1", framework)
return (
<FrameworkContext.Provider value={{ framework, toggleFramework }}>
0 commit comments