File tree 5 files changed +6
-6
lines changed 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ Several areas of the site include feedback widgets (currently starter library an
34
34
If you have access to the keys, add them like so:
35
35
36
36
```
37
- UNBIRD_FEEDBACK_KEY_PLUGINLIB =ADD_KEY
38
- UNBIRD_FEEDBACK_KEY_STARTERLIB =ADD_KEY
37
+ GATSBY_FEEDBACK_KEY_PLUGINLIB =ADD_KEY
38
+ GATSBY_FEEDBACK_KEY_STARTERLIB =ADD_KEY
39
39
```
40
40
41
41
If there's a problem with the feedback widgets, please open an issue in the repo.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class Plugins extends Component {
68
68
</ div >
69
69
< Unbird
70
70
dataSetId = "5c1ac24b4a828a169b6c235c"
71
- publicKey = { process . env . UNBIRD_FEEDBACK_KEY_PLUGINLIB }
71
+ publicKey = { process . env . GATSBY_FEEDBACK_KEY_PLUGINLIB }
72
72
feedbackPrompt = "Have feedback on the Plugin Library?"
73
73
/>
74
74
</ Container >
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ class DocsLocalPackagesTemplate extends React.Component {
70
70
/>
71
71
< Unbird
72
72
dataSetId = "5c1ac24b4a828a169b6c235c"
73
- publicKey = { process . env . UNBIRD_FEEDBACK_KEY_PLUGINLIB }
73
+ publicKey = { process . env . GATSBY_FEEDBACK_KEY_PLUGINLIB }
74
74
feedbackPrompt = "Have feedback on the Plugin Library?"
75
75
/>
76
76
</ >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class DocsRemotePackagesTemplate extends React.Component {
28
28
/>
29
29
< Unbird
30
30
dataSetId = "5c1ac24b4a828a169b6c235c"
31
- publicKey = { process . env . UNBIRD_FEEDBACK_KEY_PLUGINLIB }
31
+ publicKey = { process . env . GATSBY_FEEDBACK_KEY_PLUGINLIB }
32
32
feedbackPrompt = "Have feedback on the Plugin Library?"
33
33
/>
34
34
</ >
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ class StarterLibraryPage extends Component {
58
58
/>
59
59
< Unbird
60
60
dataSetId = "5c113a828240aa564734d954"
61
- publicKey = { process . env . UNBIRD_FEEDBACK_KEY_STARTERLIB }
61
+ publicKey = { process . env . GATSBY_FEEDBACK_KEY_STARTERLIB }
62
62
feedbackPrompt = "Have feedback on the Starter Library?"
63
63
/>
64
64
</ Layout >
You can’t perform that action at this time.
0 commit comments