garrensmith closed pull request #1006: Fix JSON Api bar's button
URL: https://github.com/apache/couchdb-fauxton/pull/1006
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/app/addons/components/components/apibar.js
b/app/addons/components/components/apibar.js
index e44f90574..9ad015d3c 100644
--- a/app/addons/components/components/apibar.js
+++ b/app/addons/components/components/apibar.js
@@ -21,7 +21,7 @@ export const JSONLink = ({endpoint}) => {
return (
<div className="faux__jsonlink">
<a data-bypass={true} className="faux__jsonlink-link" href={endpoint}
target="_blank">
- <span className="faux__jsonlink-link-brackets">{'{ '}{'}'}</span>
+ <span className="faux__jsonlink-link-brackets">{'{\u00a0}'}</span>
<span>JSON</span>
</a>
</div>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services