Removing those darn quotes. (#3172)

This commit is contained in:
R Nabors
2020-08-04 19:58:42 +01:00
committed by GitHub
parent 64c51d419f
commit dbed3cf411

View File

@@ -18,7 +18,7 @@ const FeedbackForm = () => {
} else {
return (
<span>
'Is this page useful?'
Is this page useful?
<button
css={[sharedStyles.articleLayout.feedbackButton, {marginLeft: '6px'}]}
aria-label="Yes"