File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import React, { Component } from "react"
2
2
import Layout from "../components/layout"
3
3
import Container from "../components/container"
4
4
import PageWithPluginSearchBar from "../components/page-with-plugin-searchbar"
5
+ import Unbird from "../components/unbird"
5
6
import { Link } from "gatsby"
6
7
import logo from "../monogram.svg"
7
8
import { rhythm , options } from "../utils/typography"
@@ -69,6 +70,11 @@ class Plugins extends Component {
69
70
< Link to = "/docs/plugins" > plugins doc page</ Link > .
70
71
</ p >
71
72
</ div >
73
+ < Unbird
74
+ dataSetId = "5c1ac24b4a828a169b6c235c"
75
+ publicKey = "oZwK1Uy9i4PVy5EpAQiXiZr0uVG6Xt1q"
76
+ feedbackPrompt = "Have feedback on the Plugin Library?"
77
+ />
72
78
</ Container >
73
79
</ PageWithPluginSearchBar >
74
80
</ Layout >
You can’t perform that action at this time.
0 commit comments