Browse Source

Removing those darn quotes. (#3172)

main
R Nabors 4 years ago
committed by GitHub
parent
commit
dbed3cf411
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/FeedbackForm/FeedbackForm.js

2
src/components/FeedbackForm/FeedbackForm.js

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

Loading…
Cancel
Save