We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4779bb6 commit e69baf8Copy full SHA for e69baf8
site/_core/Site.js
@@ -78,7 +78,7 @@ var Site = React.createClass({
78
<a href="/blog">GraphQL Team Blog</a>
79
<a href="http://facebook.github.io/graphql/" target="_blank">Read the Spec</a>
80
<a href="https://github.com/graphql" target="_blank">GitHub</a>
81
- {page && <a href={'https://github.com/graphql/graphql.github.io/edit/source/site/' + page.relPath} target="_blank">✎ Edit this page</a>}
+ {page && <a href={'https://github.com/graphql/graphql.github.io/edit/source/site/' + page.relPath} target="_blank">Edit this page ✎</a>}
82
</div>
83
</section>
84
<a href="https://code.facebook.com/projects/" target="_blank" className="fbOpenSource">
0 commit comments