We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c51d4 commit dbed3cfCopy full SHA for dbed3cf
src/components/FeedbackForm/FeedbackForm.js
@@ -18,7 +18,7 @@ const FeedbackForm = () => {
18
} else {
19
return (
20
<span>
21
- 'Is this page useful?'
+ Is this page useful?
22
<button
23
css={[sharedStyles.articleLayout.feedbackButton, {marginLeft: '6px'}]}
24
aria-label="Yes"
0 commit comments