mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Removing those darn quotes. (#3172)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user