Skip to content

Commit 3739479

Browse files
amberleyromom-allanson
authored andcommitted
feat(pluginlib): add unbird feedback component (#10568)
1 parent 7c999d0 commit 3739479

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

www/src/pages/plugins.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React, { Component } from "react"
22
import Layout from "../components/layout"
33
import Container from "../components/container"
44
import PageWithPluginSearchBar from "../components/page-with-plugin-searchbar"
5+
import Unbird from "../components/unbird"
56
import { Link } from "gatsby"
67
import logo from "../monogram.svg"
78
import { rhythm, options } from "../utils/typography"
@@ -69,6 +70,11 @@ class Plugins extends Component {
6970
<Link to="/docs/plugins">plugins doc page</Link>.
7071
</p>
7172
</div>
73+
<Unbird
74+
dataSetId="5c1ac24b4a828a169b6c235c"
75+
publicKey="oZwK1Uy9i4PVy5EpAQiXiZr0uVG6Xt1q"
76+
feedbackPrompt="Have feedback on the Plugin Library?"
77+
/>
7278
</Container>
7379
</PageWithPluginSearchBar>
7480
</Layout>

0 commit comments

Comments
 (0)