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"
22import Layout from "../components/layout"
33import Container from "../components/container"
44import PageWithPluginSearchBar from "../components/page-with-plugin-searchbar"
5+ import Unbird from "../components/unbird"
56import { Link } from "gatsby"
67import logo from "../monogram.svg"
78import { 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 >
You can’t perform that action at this time.
0 commit comments