Skip to content

Commit dbed3cf

Browse files
authored
Removing those darn quotes. (#3172)
1 parent 64c51d4 commit dbed3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FeedbackForm/FeedbackForm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const FeedbackForm = () => {
1818
} else {
1919
return (
2020
<span>
21-
'Is this page useful?'
21+
Is this page useful?
2222
<button
2323
css={[sharedStyles.articleLayout.feedbackButton, {marginLeft: '6px'}]}
2424
aria-label="Yes"

0 commit comments

Comments
 (0)