We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05713ff commit d9d3143Copy full SHA for d9d3143
.gitignore
@@ -67,3 +67,4 @@ yarn-error.log
67
.pnp.js
68
# Yarn Integrity file
69
.yarn-integrity
70
+.env
src/constants.js
@@ -1,3 +1,5 @@
1
+import mixpanel from 'mixpanel-browser';
2
+
3
import VueLogo from "./images/vue.svg"
4
import ApolloLogo from "./images/apollo.svg"
5
import AntLogo from "./images/ant.svg"
@@ -16,6 +18,9 @@ import github from "./images/github.svg"
16
18
import netlify from "./images/netlify.svg"
17
19
import miro from "./images/miro.svg"
20
import seed from "./images/seed.svg"
21
22
+mixpanel.init(config.MIXPANEL_API_KEY);
23
24
const partners = [
25
{
26
logo: github,
0 commit comments